Package | Description |
---|---|
com.oracle.bmc.vault | |
com.oracle.bmc.vault.responses |
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.
|
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 |
---|---|
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 |
---|---|
CreateSecretResponse |
CreateSecretResponse.Builder.build()
Build the response object.
|
Modifier and Type | Method and Description |
---|---|
CreateSecretResponse.Builder |
CreateSecretResponse.Builder.copy(CreateSecretResponse o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.