Package | Description |
---|---|
com.oracle.bmc.bds | |
com.oracle.bmc.bds.requests |
Modifier and Type | Method and Description |
---|---|
ChangeShapeResponse |
BdsClient.changeShape(ChangeShapeRequest request) |
ChangeShapeResponse |
Bds.changeShape(ChangeShapeRequest request)
Changes the size of a cluster by scaling up or scaling down the nodes.
|
Future<ChangeShapeResponse> |
BdsAsyncClient.changeShape(ChangeShapeRequest request,
AsyncHandler<ChangeShapeRequest,ChangeShapeResponse> handler) |
Future<ChangeShapeResponse> |
BdsAsync.changeShape(ChangeShapeRequest request,
AsyncHandler<ChangeShapeRequest,ChangeShapeResponse> handler)
Changes the size of a cluster by scaling up or scaling down the nodes.
|
Modifier and Type | Method and Description |
---|---|
Future<ChangeShapeResponse> |
BdsAsyncClient.changeShape(ChangeShapeRequest request,
AsyncHandler<ChangeShapeRequest,ChangeShapeResponse> handler) |
Future<ChangeShapeResponse> |
BdsAsync.changeShape(ChangeShapeRequest request,
AsyncHandler<ChangeShapeRequest,ChangeShapeResponse> handler)
Changes the size of a cluster by scaling up or scaling down the nodes.
|
Modifier and Type | Method and Description |
---|---|
ChangeShapeRequest |
ChangeShapeRequest.Builder.build()
Build the instance of ChangeShapeRequest as configured by this builder
|
ChangeShapeRequest |
ChangeShapeRequest.Builder.buildWithoutInvocationCallback()
Build the instance of ChangeShapeRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
ChangeShapeRequest.Builder |
ChangeShapeRequest.Builder.copy(ChangeShapeRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.