Tabnine Logo
KmsVaultClient.setRegion
Code IndexAdd Tabnine to your IDE (free)

How to use
setRegion
method
in
com.oracle.bmc.keymanagement.KmsVaultClient

Best Java code snippets using com.oracle.bmc.keymanagement.KmsVaultClient.setRegion (Showing top 3 results out of 315)

origin: oracle/oci-java-sdk

@Override
public void setRegion(String regionId) {
  regionId = regionId.toLowerCase(Locale.ENGLISH);
  try {
    com.oracle.bmc.Region region = com.oracle.bmc.Region.fromRegionId(regionId);
    setRegion(region);
  } catch (IllegalArgumentException e) {
    LOG.info("Unknown regionId '{}', falling back to default endpoint format", regionId);
    String endpoint = com.oracle.bmc.Region.formatDefaultRegionEndpoint(SERVICE, regionId);
    setEndpoint(endpoint);
  }
}
origin: oracle/oci-java-sdk

kmsVaultClient.setRegion(Region.US_ASHBURN_1);
origin: oracle/oci-java-sdk

this.setRegion(provider.getRegion());
if (endpoint != null) {
  LOG.info(
com.oracle.bmc.keymanagementKmsVaultClientsetRegion

Popular methods of KmsVaultClient

  • <init>
    Creates a new service instance using the given authentication provider and client configuration. Add
  • canRetryRequestIfRefreshableAuthTokenUsed
  • cancelVaultDeletion
  • createVault
  • getVault
  • listVaults
  • scheduleVaultDeletion
  • setEndpoint
  • updateVault

Popular in Java

  • Reactive rest calls using spring rest template
  • onRequestPermissionsResult (Fragment)
  • compareTo (BigDecimal)
  • notifyDataSetChanged (ArrayAdapter)
  • Color (java.awt)
    The Color class is used to encapsulate colors in the default sRGB color space or colors in arbitrary
  • File (java.io)
    An "abstract" representation of a file system entity identified by a pathname. The pathname may be a
  • ResourceBundle (java.util)
    ResourceBundle is an abstract class which is the superclass of classes which provide Locale-specifi
  • Get (org.apache.hadoop.hbase.client)
    Used to perform Get operations on a single row. To get everything for a row, instantiate a Get objec
  • Reflections (org.reflections)
    Reflections one-stop-shop objectReflections scans your classpath, indexes the metadata, allows you t
  • Logger (org.slf4j)
    The org.slf4j.Logger interface is the main user entry point of SLF4J API. It is expected that loggin
  • Top plugins for WebStorm
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimAtomGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

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