Uses of Class
com.oracle.bmc.secrets.requests.ListSecretBundleVersionsRequest
-
Packages that use ListSecretBundleVersionsRequest Package Description com.oracle.bmc.secrets com.oracle.bmc.secrets.requests -
-
Uses of ListSecretBundleVersionsRequest in com.oracle.bmc.secrets
Method parameters in com.oracle.bmc.secrets with type arguments of type ListSecretBundleVersionsRequest Modifier and Type Method Description Future<ListSecretBundleVersionsResponse>SecretsAsync. listSecretBundleVersions(ListSecretBundleVersionsRequest request, AsyncHandler<ListSecretBundleVersionsRequest,ListSecretBundleVersionsResponse> handler)Lists all secret bundle versions for the specified secret.Future<ListSecretBundleVersionsResponse>SecretsAsyncClient. listSecretBundleVersions(ListSecretBundleVersionsRequest request, AsyncHandler<ListSecretBundleVersionsRequest,ListSecretBundleVersionsResponse> handler) -
Uses of ListSecretBundleVersionsRequest in com.oracle.bmc.secrets.requests
Methods in com.oracle.bmc.secrets.requests that return ListSecretBundleVersionsRequest Modifier and Type Method Description ListSecretBundleVersionsRequestListSecretBundleVersionsRequest.Builder. build()Build the instance of ListSecretBundleVersionsRequest as configured by this builderListSecretBundleVersionsRequestListSecretBundleVersionsRequest.Builder. buildWithoutInvocationCallback()Build the instance of ListSecretBundleVersionsRequest as configured by this builderMethods in com.oracle.bmc.secrets.requests with parameters of type ListSecretBundleVersionsRequest Modifier and Type Method Description ListSecretBundleVersionsRequest.BuilderListSecretBundleVersionsRequest.Builder. copy(ListSecretBundleVersionsRequest o)Copy method to populate the builder with values from the given instance.
-