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