Uses of Class
com.oracle.bmc.secrets.requests.GetSecretBundleRequest
-
Packages that use GetSecretBundleRequest Package Description com.oracle.bmc.secrets com.oracle.bmc.secrets.requests -
-
Uses of GetSecretBundleRequest in com.oracle.bmc.secrets
Methods in com.oracle.bmc.secrets with parameters of type GetSecretBundleRequest Modifier and Type Method Description GetSecretBundleResponse
Secrets. getSecretBundle(GetSecretBundleRequest request)
Gets a secret bundle that matches either the specifiedstage
,secretVersionName
, orversionNumber
parameter.Future<GetSecretBundleResponse>
SecretsAsync. getSecretBundle(GetSecretBundleRequest request, AsyncHandler<GetSecretBundleRequest,GetSecretBundleResponse> handler)
Gets a secret bundle that matches either the specifiedstage
,secretVersionName
, orversionNumber
parameter.Future<GetSecretBundleResponse>
SecretsAsyncClient. getSecretBundle(GetSecretBundleRequest request, AsyncHandler<GetSecretBundleRequest,GetSecretBundleResponse> handler)
GetSecretBundleResponse
SecretsClient. getSecretBundle(GetSecretBundleRequest request)
Method parameters in com.oracle.bmc.secrets with type arguments of type GetSecretBundleRequest Modifier and Type Method Description Future<GetSecretBundleResponse>
SecretsAsync. getSecretBundle(GetSecretBundleRequest request, AsyncHandler<GetSecretBundleRequest,GetSecretBundleResponse> handler)
Gets a secret bundle that matches either the specifiedstage
,secretVersionName
, orversionNumber
parameter.Future<GetSecretBundleResponse>
SecretsAsyncClient. getSecretBundle(GetSecretBundleRequest request, AsyncHandler<GetSecretBundleRequest,GetSecretBundleResponse> handler)
-
Uses of GetSecretBundleRequest in com.oracle.bmc.secrets.requests
Methods in com.oracle.bmc.secrets.requests that return GetSecretBundleRequest Modifier and Type Method Description GetSecretBundleRequest
GetSecretBundleRequest.Builder. build()
Build the instance of GetSecretBundleRequest as configured by this builderGetSecretBundleRequest
GetSecretBundleRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetSecretBundleRequest as configured by this builderMethods in com.oracle.bmc.secrets.requests with parameters of type GetSecretBundleRequest Modifier and Type Method Description GetSecretBundleRequest.Builder
GetSecretBundleRequest.Builder. copy(GetSecretBundleRequest o)
Copy method to populate the builder with values from the given instance.
-