Uses of Class
com.oracle.bmc.secrets.responses.GetSecretBundleByNameResponse
-
Packages that use GetSecretBundleByNameResponse Package Description com.oracle.bmc.secrets com.oracle.bmc.secrets.responses -
-
Uses of GetSecretBundleByNameResponse in com.oracle.bmc.secrets
Methods in com.oracle.bmc.secrets that return GetSecretBundleByNameResponse Modifier and Type Method Description GetSecretBundleByNameResponse
Secrets. getSecretBundleByName(GetSecretBundleByNameRequest request)
Gets a secret bundle by secret name and vault ID, and secret version that matches either the specifiedstage
,secretVersionName
, orversionNumber
parameter.GetSecretBundleByNameResponse
SecretsClient. getSecretBundleByName(GetSecretBundleByNameRequest request)
Methods in com.oracle.bmc.secrets that return types with arguments of type GetSecretBundleByNameResponse Modifier and Type Method Description Future<GetSecretBundleByNameResponse>
SecretsAsync. getSecretBundleByName(GetSecretBundleByNameRequest request, AsyncHandler<GetSecretBundleByNameRequest,GetSecretBundleByNameResponse> handler)
Gets a secret bundle by secret name and vault ID, and secret version that matches either the specifiedstage
,secretVersionName
, orversionNumber
parameter.Future<GetSecretBundleByNameResponse>
SecretsAsyncClient. getSecretBundleByName(GetSecretBundleByNameRequest request, AsyncHandler<GetSecretBundleByNameRequest,GetSecretBundleByNameResponse> handler)
Method parameters in com.oracle.bmc.secrets with type arguments of type GetSecretBundleByNameResponse Modifier and Type Method Description Future<GetSecretBundleByNameResponse>
SecretsAsync. getSecretBundleByName(GetSecretBundleByNameRequest request, AsyncHandler<GetSecretBundleByNameRequest,GetSecretBundleByNameResponse> handler)
Gets a secret bundle by secret name and vault ID, and secret version that matches either the specifiedstage
,secretVersionName
, orversionNumber
parameter.Future<GetSecretBundleByNameResponse>
SecretsAsyncClient. getSecretBundleByName(GetSecretBundleByNameRequest request, AsyncHandler<GetSecretBundleByNameRequest,GetSecretBundleByNameResponse> handler)
-
Uses of GetSecretBundleByNameResponse in com.oracle.bmc.secrets.responses
Methods in com.oracle.bmc.secrets.responses that return GetSecretBundleByNameResponse Modifier and Type Method Description GetSecretBundleByNameResponse
GetSecretBundleByNameResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.secrets.responses with parameters of type GetSecretBundleByNameResponse Modifier and Type Method Description GetSecretBundleByNameResponse.Builder
GetSecretBundleByNameResponse.Builder. copy(GetSecretBundleByNameResponse o)
Copy method to populate the builder with values from the given instance.
-