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 GetVolumeKmsKeyResponse
Blockstorage. 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)
GetVolumeKmsKeyResponse
BlockstorageClient. 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 GetVolumeKmsKeyRequest
GetVolumeKmsKeyRequest.Builder. build()
Build the instance of GetVolumeKmsKeyRequest as configured by this builderGetVolumeKmsKeyRequest
GetVolumeKmsKeyRequest.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.Builder
GetVolumeKmsKeyRequest.Builder. copy(GetVolumeKmsKeyRequest o)
Copy method to populate the builder with values from the given instance.
-