Uses of Class
com.oracle.bmc.vault.requests.UpdateSecretRequest
-
Packages that use UpdateSecretRequest Package Description com.oracle.bmc.vault com.oracle.bmc.vault.requests -
-
Uses of UpdateSecretRequest in com.oracle.bmc.vault
Methods in com.oracle.bmc.vault with parameters of type UpdateSecretRequest Modifier and Type Method Description UpdateSecretResponse
Vaults. updateSecret(UpdateSecretRequest request)
Updates the properties of a secret.Future<UpdateSecretResponse>
VaultsAsync. updateSecret(UpdateSecretRequest request, AsyncHandler<UpdateSecretRequest,UpdateSecretResponse> handler)
Updates the properties of a secret.Future<UpdateSecretResponse>
VaultsAsyncClient. updateSecret(UpdateSecretRequest request, AsyncHandler<UpdateSecretRequest,UpdateSecretResponse> handler)
UpdateSecretResponse
VaultsClient. updateSecret(UpdateSecretRequest request)
Method parameters in com.oracle.bmc.vault with type arguments of type UpdateSecretRequest Modifier and Type Method Description Future<UpdateSecretResponse>
VaultsAsync. updateSecret(UpdateSecretRequest request, AsyncHandler<UpdateSecretRequest,UpdateSecretResponse> handler)
Updates the properties of a secret.Future<UpdateSecretResponse>
VaultsAsyncClient. updateSecret(UpdateSecretRequest request, AsyncHandler<UpdateSecretRequest,UpdateSecretResponse> handler)
-
Uses of UpdateSecretRequest in com.oracle.bmc.vault.requests
Methods in com.oracle.bmc.vault.requests that return UpdateSecretRequest Modifier and Type Method Description UpdateSecretRequest
UpdateSecretRequest.Builder. build()
Build the instance of UpdateSecretRequest as configured by this builderUpdateSecretRequest
UpdateSecretRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UpdateSecretRequest as configured by this builderMethods in com.oracle.bmc.vault.requests with parameters of type UpdateSecretRequest Modifier and Type Method Description UpdateSecretRequest.Builder
UpdateSecretRequest.Builder. copy(UpdateSecretRequest o)
Copy method to populate the builder with values from the given instance.
-