Uses of Class
com.oracle.bmc.ocvp.responses.AttachDatastoreClusterToClusterResponse
-
Packages that use AttachDatastoreClusterToClusterResponse Package Description com.oracle.bmc.ocvp com.oracle.bmc.ocvp.responses -
-
Uses of AttachDatastoreClusterToClusterResponse in com.oracle.bmc.ocvp
Methods in com.oracle.bmc.ocvp that return AttachDatastoreClusterToClusterResponse Modifier and Type Method Description AttachDatastoreClusterToClusterResponse
DatastoreCluster. attachDatastoreClusterToCluster(AttachDatastoreClusterToClusterRequest request)
Attach the specified Datastore Cluster to the provided Vmware Cluster.AttachDatastoreClusterToClusterResponse
DatastoreClusterClient. attachDatastoreClusterToCluster(AttachDatastoreClusterToClusterRequest request)
Methods in com.oracle.bmc.ocvp that return types with arguments of type AttachDatastoreClusterToClusterResponse Modifier and Type Method Description Future<AttachDatastoreClusterToClusterResponse>
DatastoreClusterAsync. attachDatastoreClusterToCluster(AttachDatastoreClusterToClusterRequest request, AsyncHandler<AttachDatastoreClusterToClusterRequest,AttachDatastoreClusterToClusterResponse> handler)
Attach the specified Datastore Cluster to the provided Vmware Cluster.Future<AttachDatastoreClusterToClusterResponse>
DatastoreClusterAsyncClient. attachDatastoreClusterToCluster(AttachDatastoreClusterToClusterRequest request, AsyncHandler<AttachDatastoreClusterToClusterRequest,AttachDatastoreClusterToClusterResponse> handler)
Method parameters in com.oracle.bmc.ocvp with type arguments of type AttachDatastoreClusterToClusterResponse Modifier and Type Method Description Future<AttachDatastoreClusterToClusterResponse>
DatastoreClusterAsync. attachDatastoreClusterToCluster(AttachDatastoreClusterToClusterRequest request, AsyncHandler<AttachDatastoreClusterToClusterRequest,AttachDatastoreClusterToClusterResponse> handler)
Attach the specified Datastore Cluster to the provided Vmware Cluster.Future<AttachDatastoreClusterToClusterResponse>
DatastoreClusterAsyncClient. attachDatastoreClusterToCluster(AttachDatastoreClusterToClusterRequest request, AsyncHandler<AttachDatastoreClusterToClusterRequest,AttachDatastoreClusterToClusterResponse> handler)
-
Uses of AttachDatastoreClusterToClusterResponse in com.oracle.bmc.ocvp.responses
Methods in com.oracle.bmc.ocvp.responses that return AttachDatastoreClusterToClusterResponse Modifier and Type Method Description AttachDatastoreClusterToClusterResponse
AttachDatastoreClusterToClusterResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.ocvp.responses with parameters of type AttachDatastoreClusterToClusterResponse Modifier and Type Method Description AttachDatastoreClusterToClusterResponse.Builder
AttachDatastoreClusterToClusterResponse.Builder. copy(AttachDatastoreClusterToClusterResponse o)
Copy method to populate the builder with values from the given instance.
-