Package | Description |
---|---|
com.oracle.bmc.vault | |
com.oracle.bmc.vault.requests |
Modifier and Type | Method and Description |
---|---|
CreateSecretResponse |
VaultsClient.createSecret(CreateSecretRequest request) |
CreateSecretResponse |
Vaults.createSecret(CreateSecretRequest request)
Creates a new secret according to the details of the request.
|
Future<CreateSecretResponse> |
VaultsAsync.createSecret(CreateSecretRequest request,
AsyncHandler<CreateSecretRequest,CreateSecretResponse> handler)
Creates a new secret according to the details of the request.
|
Future<CreateSecretResponse> |
VaultsAsyncClient.createSecret(CreateSecretRequest request,
AsyncHandler<CreateSecretRequest,CreateSecretResponse> handler) |
Modifier and Type | Method and Description |
---|---|
Future<CreateSecretResponse> |
VaultsAsync.createSecret(CreateSecretRequest request,
AsyncHandler<CreateSecretRequest,CreateSecretResponse> handler)
Creates a new secret according to the details of the request.
|
Future<CreateSecretResponse> |
VaultsAsyncClient.createSecret(CreateSecretRequest request,
AsyncHandler<CreateSecretRequest,CreateSecretResponse> handler) |
Modifier and Type | Method and Description |
---|---|
CreateSecretRequest |
CreateSecretRequest.Builder.build()
Build the instance of CreateSecretRequest as configured by this builder
|
CreateSecretRequest |
CreateSecretRequest.Builder.buildWithoutInvocationCallback()
Build the instance of CreateSecretRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
CreateSecretRequest.Builder |
CreateSecretRequest.Builder.copy(CreateSecretRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.