Uses of Class
com.oracle.bmc.bds.responses.CreateNodeReplaceConfigurationResponse
-
Packages that use CreateNodeReplaceConfigurationResponse Package Description com.oracle.bmc.bds com.oracle.bmc.bds.responses -
-
Uses of CreateNodeReplaceConfigurationResponse in com.oracle.bmc.bds
Methods in com.oracle.bmc.bds that return CreateNodeReplaceConfigurationResponse Modifier and Type Method Description CreateNodeReplaceConfigurationResponse
Bds. createNodeReplaceConfiguration(CreateNodeReplaceConfigurationRequest request)
Add a nodeReplaceConfigurations to the cluster.CreateNodeReplaceConfigurationResponse
BdsClient. createNodeReplaceConfiguration(CreateNodeReplaceConfigurationRequest request)
Methods in com.oracle.bmc.bds that return types with arguments of type CreateNodeReplaceConfigurationResponse Modifier and Type Method Description Future<CreateNodeReplaceConfigurationResponse>
BdsAsync. createNodeReplaceConfiguration(CreateNodeReplaceConfigurationRequest request, AsyncHandler<CreateNodeReplaceConfigurationRequest,CreateNodeReplaceConfigurationResponse> handler)
Add a nodeReplaceConfigurations to the cluster.Future<CreateNodeReplaceConfigurationResponse>
BdsAsyncClient. createNodeReplaceConfiguration(CreateNodeReplaceConfigurationRequest request, AsyncHandler<CreateNodeReplaceConfigurationRequest,CreateNodeReplaceConfigurationResponse> handler)
Method parameters in com.oracle.bmc.bds with type arguments of type CreateNodeReplaceConfigurationResponse Modifier and Type Method Description Future<CreateNodeReplaceConfigurationResponse>
BdsAsync. createNodeReplaceConfiguration(CreateNodeReplaceConfigurationRequest request, AsyncHandler<CreateNodeReplaceConfigurationRequest,CreateNodeReplaceConfigurationResponse> handler)
Add a nodeReplaceConfigurations to the cluster.Future<CreateNodeReplaceConfigurationResponse>
BdsAsyncClient. createNodeReplaceConfiguration(CreateNodeReplaceConfigurationRequest request, AsyncHandler<CreateNodeReplaceConfigurationRequest,CreateNodeReplaceConfigurationResponse> handler)
-
Uses of CreateNodeReplaceConfigurationResponse in com.oracle.bmc.bds.responses
Methods in com.oracle.bmc.bds.responses that return CreateNodeReplaceConfigurationResponse Modifier and Type Method Description CreateNodeReplaceConfigurationResponse
CreateNodeReplaceConfigurationResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.bds.responses with parameters of type CreateNodeReplaceConfigurationResponse Modifier and Type Method Description CreateNodeReplaceConfigurationResponse.Builder
CreateNodeReplaceConfigurationResponse.Builder. copy(CreateNodeReplaceConfigurationResponse o)
Copy method to populate the builder with values from the given instance.
-