Uses of Class
com.oracle.bmc.secrets.requests.GetSecretBundleByNameRequest
-
Packages that use GetSecretBundleByNameRequest Package Description com.oracle.bmc.secrets com.oracle.bmc.secrets.requests -
-
Uses of GetSecretBundleByNameRequest in com.oracle.bmc.secrets
Methods in com.oracle.bmc.secrets with parameters of type GetSecretBundleByNameRequest 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.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)
GetSecretBundleByNameResponse
SecretsClient. getSecretBundleByName(GetSecretBundleByNameRequest request)
Method parameters in com.oracle.bmc.secrets with type arguments of type GetSecretBundleByNameRequest 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 GetSecretBundleByNameRequest in com.oracle.bmc.secrets.requests
Methods in com.oracle.bmc.secrets.requests that return GetSecretBundleByNameRequest Modifier and Type Method Description GetSecretBundleByNameRequest
GetSecretBundleByNameRequest.Builder. build()
Build the instance of GetSecretBundleByNameRequest as configured by this builderGetSecretBundleByNameRequest
GetSecretBundleByNameRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetSecretBundleByNameRequest as configured by this builderMethods in com.oracle.bmc.secrets.requests with parameters of type GetSecretBundleByNameRequest Modifier and Type Method Description GetSecretBundleByNameRequest.Builder
GetSecretBundleByNameRequest.Builder. copy(GetSecretBundleByNameRequest o)
Copy method to populate the builder with values from the given instance.
-