Uses of Class
com.oracle.bmc.secrets.responses.GetSecretBundleResponse
-
Packages that use GetSecretBundleResponse Package Description com.oracle.bmc.secrets com.oracle.bmc.secrets.responses -
-
Uses of GetSecretBundleResponse in com.oracle.bmc.secrets
Methods in com.oracle.bmc.secrets that return GetSecretBundleResponse Modifier and Type Method Description GetSecretBundleResponse
Secrets. getSecretBundle(GetSecretBundleRequest request)
Gets a secret bundle that matches either the specifiedstage
,secretVersionName
, orversionNumber
parameter.GetSecretBundleResponse
SecretsClient. getSecretBundle(GetSecretBundleRequest request)
Methods in com.oracle.bmc.secrets that return types with arguments of type GetSecretBundleResponse 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)
Method parameters in com.oracle.bmc.secrets with type arguments of type GetSecretBundleResponse 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 GetSecretBundleResponse in com.oracle.bmc.secrets.responses
Methods in com.oracle.bmc.secrets.responses that return GetSecretBundleResponse Modifier and Type Method Description GetSecretBundleResponse
GetSecretBundleResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.secrets.responses with parameters of type GetSecretBundleResponse Modifier and Type Method Description GetSecretBundleResponse.Builder
GetSecretBundleResponse.Builder. copy(GetSecretBundleResponse o)
Copy method to populate the builder with values from the given instance.
-