Uses of Class
com.oracle.bmc.vault.requests.CreateSecretRequest
-
Packages that use CreateSecretRequest Package Description com.oracle.bmc.vault com.oracle.bmc.vault.requests -
-
Uses of CreateSecretRequest in com.oracle.bmc.vault
Methods in com.oracle.bmc.vault with parameters of type CreateSecretRequest Modifier and Type Method Description 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)
CreateSecretResponse
VaultsClient. createSecret(CreateSecretRequest request)
Method parameters in com.oracle.bmc.vault with type arguments of type CreateSecretRequest Modifier and Type Method 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)
-
Uses of CreateSecretRequest in com.oracle.bmc.vault.requests
Methods in com.oracle.bmc.vault.requests that return CreateSecretRequest Modifier and Type Method Description CreateSecretRequest
CreateSecretRequest.Builder. build()
Build the instance of CreateSecretRequest as configured by this builderCreateSecretRequest
CreateSecretRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CreateSecretRequest as configured by this builderMethods in com.oracle.bmc.vault.requests with parameters of type CreateSecretRequest Modifier and Type Method Description CreateSecretRequest.Builder
CreateSecretRequest.Builder. copy(CreateSecretRequest o)
Copy method to populate the builder with values from the given instance.
-