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