Uses of Class
com.oracle.bmc.core.requests.GetVolumeKmsKeyRequest
-
Packages that use GetVolumeKmsKeyRequest Package Description com.oracle.bmc.core com.oracle.bmc.core.requests -
-
Uses of GetVolumeKmsKeyRequest in com.oracle.bmc.core
Methods in com.oracle.bmc.core with parameters of type GetVolumeKmsKeyRequest Modifier and Type Method Description GetVolumeKmsKeyResponseBlockstorage. getVolumeKmsKey(GetVolumeKmsKeyRequest request)Gets the Vault service encryption key assigned to the specified volume.Future<GetVolumeKmsKeyResponse>BlockstorageAsync. getVolumeKmsKey(GetVolumeKmsKeyRequest request, AsyncHandler<GetVolumeKmsKeyRequest,GetVolumeKmsKeyResponse> handler)Gets the Vault service encryption key assigned to the specified volume.Future<GetVolumeKmsKeyResponse>BlockstorageAsyncClient. getVolumeKmsKey(GetVolumeKmsKeyRequest request, AsyncHandler<GetVolumeKmsKeyRequest,GetVolumeKmsKeyResponse> handler)GetVolumeKmsKeyResponseBlockstorageClient. getVolumeKmsKey(GetVolumeKmsKeyRequest request)Method parameters in com.oracle.bmc.core with type arguments of type GetVolumeKmsKeyRequest Modifier and Type Method Description Future<GetVolumeKmsKeyResponse>BlockstorageAsync. getVolumeKmsKey(GetVolumeKmsKeyRequest request, AsyncHandler<GetVolumeKmsKeyRequest,GetVolumeKmsKeyResponse> handler)Gets the Vault service encryption key assigned to the specified volume.Future<GetVolumeKmsKeyResponse>BlockstorageAsyncClient. getVolumeKmsKey(GetVolumeKmsKeyRequest request, AsyncHandler<GetVolumeKmsKeyRequest,GetVolumeKmsKeyResponse> handler) -
Uses of GetVolumeKmsKeyRequest in com.oracle.bmc.core.requests
Methods in com.oracle.bmc.core.requests that return GetVolumeKmsKeyRequest Modifier and Type Method Description GetVolumeKmsKeyRequestGetVolumeKmsKeyRequest.Builder. build()Build the instance of GetVolumeKmsKeyRequest as configured by this builderGetVolumeKmsKeyRequestGetVolumeKmsKeyRequest.Builder. buildWithoutInvocationCallback()Build the instance of GetVolumeKmsKeyRequest as configured by this builderMethods in com.oracle.bmc.core.requests with parameters of type GetVolumeKmsKeyRequest Modifier and Type Method Description GetVolumeKmsKeyRequest.BuilderGetVolumeKmsKeyRequest.Builder. copy(GetVolumeKmsKeyRequest o)Copy method to populate the builder with values from the given instance.
-