Uses of Class
com.oracle.bmc.core.responses.GetBootVolumeReplicaResponse
-
Packages that use GetBootVolumeReplicaResponse Package Description com.oracle.bmc.core com.oracle.bmc.core.responses -
-
Uses of GetBootVolumeReplicaResponse in com.oracle.bmc.core
Methods in com.oracle.bmc.core that return GetBootVolumeReplicaResponse Modifier and Type Method Description GetBootVolumeReplicaResponse
Blockstorage. getBootVolumeReplica(GetBootVolumeReplicaRequest request)
Gets information for the specified boot volume replica.GetBootVolumeReplicaResponse
BlockstorageClient. getBootVolumeReplica(GetBootVolumeReplicaRequest request)
Method parameters in com.oracle.bmc.core with type arguments of type GetBootVolumeReplicaResponse Modifier and Type Method Description Future<GetBootVolumeReplicaResponse>
BlockstorageAsync. getBootVolumeReplica(GetBootVolumeReplicaRequest request, AsyncHandler<GetBootVolumeReplicaRequest,GetBootVolumeReplicaResponse> handler)
Gets information for the specified boot volume replica.Future<GetBootVolumeReplicaResponse>
BlockstorageAsyncClient. getBootVolumeReplica(GetBootVolumeReplicaRequest request, AsyncHandler<GetBootVolumeReplicaRequest,GetBootVolumeReplicaResponse> handler)
-
Uses of GetBootVolumeReplicaResponse in com.oracle.bmc.core.responses
Methods in com.oracle.bmc.core.responses that return GetBootVolumeReplicaResponse Modifier and Type Method Description GetBootVolumeReplicaResponse
GetBootVolumeReplicaResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.core.responses with parameters of type GetBootVolumeReplicaResponse Modifier and Type Method Description GetBootVolumeReplicaResponse.Builder
GetBootVolumeReplicaResponse.Builder. copy(GetBootVolumeReplicaResponse o)
Copy method to populate the builder with values from the given instance.
-