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