Uses of Class
com.oracle.bmc.bds.requests.ChangeShapeRequest
-
Packages that use ChangeShapeRequest Package Description com.oracle.bmc.bds com.oracle.bmc.bds.requests -
-
Uses of ChangeShapeRequest in com.oracle.bmc.bds
Methods in com.oracle.bmc.bds with parameters of type ChangeShapeRequest Modifier and Type Method Description ChangeShapeResponse
Bds. changeShape(ChangeShapeRequest request)
Changes the size of a cluster by scaling up or scaling down the nodes.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)
ChangeShapeResponse
BdsClient. changeShape(ChangeShapeRequest request)
Method parameters in com.oracle.bmc.bds with type arguments of type ChangeShapeRequest 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 ChangeShapeRequest in com.oracle.bmc.bds.requests
Methods in com.oracle.bmc.bds.requests that return ChangeShapeRequest Modifier and Type Method Description ChangeShapeRequest
ChangeShapeRequest.Builder. build()
Build the instance of ChangeShapeRequest as configured by this builderChangeShapeRequest
ChangeShapeRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ChangeShapeRequest as configured by this builderMethods in com.oracle.bmc.bds.requests with parameters of type ChangeShapeRequest Modifier and Type Method Description ChangeShapeRequest.Builder
ChangeShapeRequest.Builder. copy(ChangeShapeRequest o)
Copy method to populate the builder with values from the given instance.
-