Uses of Class
com.oracle.bmc.bds.responses.ChangeShapeResponse
-
Packages that use ChangeShapeResponse Package Description com.oracle.bmc.bds com.oracle.bmc.bds.responses -
-
Uses of ChangeShapeResponse in com.oracle.bmc.bds
Methods in com.oracle.bmc.bds that return ChangeShapeResponse Modifier and Type Method Description ChangeShapeResponse
Bds. changeShape(ChangeShapeRequest request)
Changes the size of a cluster by scaling up or scaling down the nodes.ChangeShapeResponse
BdsClient. changeShape(ChangeShapeRequest request)
Methods in com.oracle.bmc.bds that return types with arguments of type ChangeShapeResponse Modifier and Type Method Description Future<ChangeShapeResponse>
BdsAsync. changeShape(ChangeShapeRequest request, AsyncHandler<ChangeShapeRequest,ChangeShapeResponse> handler)
Changes the size of a cluster by scaling up or scaling down the nodes.Future<ChangeShapeResponse>
BdsAsyncClient. changeShape(ChangeShapeRequest request, AsyncHandler<ChangeShapeRequest,ChangeShapeResponse> handler)
Method parameters in com.oracle.bmc.bds with type arguments of type ChangeShapeResponse Modifier and Type Method Description Future<ChangeShapeResponse>
BdsAsync. changeShape(ChangeShapeRequest request, AsyncHandler<ChangeShapeRequest,ChangeShapeResponse> handler)
Changes the size of a cluster by scaling up or scaling down the nodes.Future<ChangeShapeResponse>
BdsAsyncClient. changeShape(ChangeShapeRequest request, AsyncHandler<ChangeShapeRequest,ChangeShapeResponse> handler)
-
Uses of ChangeShapeResponse in com.oracle.bmc.bds.responses
Methods in com.oracle.bmc.bds.responses that return ChangeShapeResponse Modifier and Type Method Description ChangeShapeResponse
ChangeShapeResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.bds.responses with parameters of type ChangeShapeResponse Modifier and Type Method Description ChangeShapeResponse.Builder
ChangeShapeResponse.Builder. copy(ChangeShapeResponse o)
Copy method to populate the builder with values from the given instance.
-