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