Uses of Class
com.oracle.bmc.keymanagement.requests.GetVaultUsageRequest
-
Packages that use GetVaultUsageRequest Package Description com.oracle.bmc.keymanagement com.oracle.bmc.keymanagement.requests -
-
Uses of GetVaultUsageRequest in com.oracle.bmc.keymanagement
Methods in com.oracle.bmc.keymanagement with parameters of type GetVaultUsageRequest Modifier and Type Method Description GetVaultUsageResponse
KmsVault. getVaultUsage(GetVaultUsageRequest request)
Gets the count of keys and key versions in the specified vault to calculate usage against service limits.Future<GetVaultUsageResponse>
KmsVaultAsync. getVaultUsage(GetVaultUsageRequest request, AsyncHandler<GetVaultUsageRequest,GetVaultUsageResponse> handler)
Gets the count of keys and key versions in the specified vault to calculate usage against service limits.Future<GetVaultUsageResponse>
KmsVaultAsyncClient. getVaultUsage(GetVaultUsageRequest request, AsyncHandler<GetVaultUsageRequest,GetVaultUsageResponse> handler)
GetVaultUsageResponse
KmsVaultClient. getVaultUsage(GetVaultUsageRequest request)
Method parameters in com.oracle.bmc.keymanagement with type arguments of type GetVaultUsageRequest Modifier and Type Method Description Future<GetVaultUsageResponse>
KmsVaultAsync. getVaultUsage(GetVaultUsageRequest request, AsyncHandler<GetVaultUsageRequest,GetVaultUsageResponse> handler)
Gets the count of keys and key versions in the specified vault to calculate usage against service limits.Future<GetVaultUsageResponse>
KmsVaultAsyncClient. getVaultUsage(GetVaultUsageRequest request, AsyncHandler<GetVaultUsageRequest,GetVaultUsageResponse> handler)
-
Uses of GetVaultUsageRequest in com.oracle.bmc.keymanagement.requests
Methods in com.oracle.bmc.keymanagement.requests that return GetVaultUsageRequest Modifier and Type Method Description GetVaultUsageRequest
GetVaultUsageRequest.Builder. build()
Build the instance of GetVaultUsageRequest as configured by this builderGetVaultUsageRequest
GetVaultUsageRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetVaultUsageRequest as configured by this builderMethods in com.oracle.bmc.keymanagement.requests with parameters of type GetVaultUsageRequest Modifier and Type Method Description GetVaultUsageRequest.Builder
GetVaultUsageRequest.Builder. copy(GetVaultUsageRequest o)
Copy method to populate the builder with values from the given instance.
-