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