Tabnine Logo
KmsVaultClient.<init>
Code IndexAdd Tabnine to your IDE (free)

How to use
com.oracle.bmc.keymanagement.KmsVaultClient
constructor

Best Java code snippets using com.oracle.bmc.keymanagement.KmsVaultClient.<init> (Showing top 2 results out of 315)

origin: oracle/oci-java-sdk

  /**
   * Build the client.
   * @param authenticationDetailsProvider authentication details provider
   * @return the client
   */
  public KmsVaultClient build(
      @lombok.NonNull
      com.oracle.bmc.auth.AbstractAuthenticationDetailsProvider
          authenticationDetailsProvider) {
    return new KmsVaultClient(
        authenticationDetailsProvider,
        configuration,
        clientConfigurator,
        requestSignerFactory,
        signingStrategyRequestSignerFactories,
        additionalClientConfigurators,
        endpoint);
  }
}
origin: oracle/oci-java-sdk

KmsVaultClient kmsVaultClient = new KmsVaultClient(provider);
com.oracle.bmc.keymanagementKmsVaultClient<init>

Javadoc

Creates a new service instance using the given authentication provider and client configuration. Additionally, a Consumer can be provided that will be invoked whenever a REST Client is created to allow for additional configuration/customization.

This is an advanced constructor for clients that want to take control over how requests are signed.

Popular methods of KmsVaultClient

  • setRegion
  • canRetryRequestIfRefreshableAuthTokenUsed
  • cancelVaultDeletion
  • createVault
  • getVault
  • listVaults
  • scheduleVaultDeletion
  • setEndpoint
  • updateVault

Popular in Java

  • Finding current android device location
  • requestLocationUpdates (LocationManager)
  • onCreateOptionsMenu (Activity)
  • compareTo (BigDecimal)
  • ObjectMapper (com.fasterxml.jackson.databind)
    ObjectMapper provides functionality for reading and writing JSON, either to and from basic POJOs (Pl
  • Menu (java.awt)
  • OutputStream (java.io)
    A writable sink for bytes.Most clients will use output streams that write data to the file system (
  • JOptionPane (javax.swing)
  • Response (javax.ws.rs.core)
    Defines the contract between a returned instance and the runtime when an application needs to provid
  • Table (org.hibernate.mapping)
    A relational table
  • Top PhpStorm plugins
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now