Uses of Class
com.oracle.bmc.clusterplacementgroups.responses.CreateClusterPlacementGroupResponse
-
Packages that use CreateClusterPlacementGroupResponse Package Description com.oracle.bmc.clusterplacementgroups com.oracle.bmc.clusterplacementgroups.responses -
-
Uses of CreateClusterPlacementGroupResponse in com.oracle.bmc.clusterplacementgroups
Methods in com.oracle.bmc.clusterplacementgroups that return CreateClusterPlacementGroupResponse Modifier and Type Method Description CreateClusterPlacementGroupResponse
ClusterPlacementGroupsCP. createClusterPlacementGroup(CreateClusterPlacementGroupRequest request)
Creates a new cluster placement group in the specified compartment.CreateClusterPlacementGroupResponse
ClusterPlacementGroupsCPClient. createClusterPlacementGroup(CreateClusterPlacementGroupRequest request)
Methods in com.oracle.bmc.clusterplacementgroups that return types with arguments of type CreateClusterPlacementGroupResponse Modifier and Type Method Description Future<CreateClusterPlacementGroupResponse>
ClusterPlacementGroupsCPAsync. createClusterPlacementGroup(CreateClusterPlacementGroupRequest request, AsyncHandler<CreateClusterPlacementGroupRequest,CreateClusterPlacementGroupResponse> handler)
Creates a new cluster placement group in the specified compartment.Future<CreateClusterPlacementGroupResponse>
ClusterPlacementGroupsCPAsyncClient. createClusterPlacementGroup(CreateClusterPlacementGroupRequest request, AsyncHandler<CreateClusterPlacementGroupRequest,CreateClusterPlacementGroupResponse> handler)
Method parameters in com.oracle.bmc.clusterplacementgroups with type arguments of type CreateClusterPlacementGroupResponse Modifier and Type Method Description Future<CreateClusterPlacementGroupResponse>
ClusterPlacementGroupsCPAsync. createClusterPlacementGroup(CreateClusterPlacementGroupRequest request, AsyncHandler<CreateClusterPlacementGroupRequest,CreateClusterPlacementGroupResponse> handler)
Creates a new cluster placement group in the specified compartment.Future<CreateClusterPlacementGroupResponse>
ClusterPlacementGroupsCPAsyncClient. createClusterPlacementGroup(CreateClusterPlacementGroupRequest request, AsyncHandler<CreateClusterPlacementGroupRequest,CreateClusterPlacementGroupResponse> handler)
-
Uses of CreateClusterPlacementGroupResponse in com.oracle.bmc.clusterplacementgroups.responses
Methods in com.oracle.bmc.clusterplacementgroups.responses that return CreateClusterPlacementGroupResponse Modifier and Type Method Description CreateClusterPlacementGroupResponse
CreateClusterPlacementGroupResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.clusterplacementgroups.responses with parameters of type CreateClusterPlacementGroupResponse Modifier and Type Method Description CreateClusterPlacementGroupResponse.Builder
CreateClusterPlacementGroupResponse.Builder. copy(CreateClusterPlacementGroupResponse o)
Copy method to populate the builder with values from the given instance.
-