Uses of Class
com.oracle.bmc.bds.requests.RemoveAutoScalingConfigurationRequest
- 
Packages that use RemoveAutoScalingConfigurationRequest Package Description com.oracle.bmc.bds com.oracle.bmc.bds.requests 
- 
- 
Uses of RemoveAutoScalingConfigurationRequest in com.oracle.bmc.bdsMethods in com.oracle.bmc.bds with parameters of type RemoveAutoScalingConfigurationRequest Modifier and Type Method Description RemoveAutoScalingConfigurationResponseBds. removeAutoScalingConfiguration(RemoveAutoScalingConfigurationRequest request)Deletes an autoscale configuration.Future<RemoveAutoScalingConfigurationResponse>BdsAsync. removeAutoScalingConfiguration(RemoveAutoScalingConfigurationRequest request, AsyncHandler<RemoveAutoScalingConfigurationRequest,RemoveAutoScalingConfigurationResponse> handler)Deletes an autoscale configuration.Future<RemoveAutoScalingConfigurationResponse>BdsAsyncClient. removeAutoScalingConfiguration(RemoveAutoScalingConfigurationRequest request, AsyncHandler<RemoveAutoScalingConfigurationRequest,RemoveAutoScalingConfigurationResponse> handler)RemoveAutoScalingConfigurationResponseBdsClient. removeAutoScalingConfiguration(RemoveAutoScalingConfigurationRequest request)Method parameters in com.oracle.bmc.bds with type arguments of type RemoveAutoScalingConfigurationRequest 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 RemoveAutoScalingConfigurationRequest in com.oracle.bmc.bds.requestsMethods in com.oracle.bmc.bds.requests that return RemoveAutoScalingConfigurationRequest Modifier and Type Method Description RemoveAutoScalingConfigurationRequestRemoveAutoScalingConfigurationRequest.Builder. build()Build the instance of RemoveAutoScalingConfigurationRequest as configured by this builderRemoveAutoScalingConfigurationRequestRemoveAutoScalingConfigurationRequest.Builder. buildWithoutInvocationCallback()Build the instance of RemoveAutoScalingConfigurationRequest as configured by this builderMethods in com.oracle.bmc.bds.requests with parameters of type RemoveAutoScalingConfigurationRequest Modifier and Type Method Description RemoveAutoScalingConfigurationRequest.BuilderRemoveAutoScalingConfigurationRequest.Builder. copy(RemoveAutoScalingConfigurationRequest o)Copy method to populate the builder with values from the given instance.
 
-