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.bds
Methods in com.oracle.bmc.bds with parameters of type RemoveAutoScalingConfigurationRequest Modifier and Type Method Description RemoveAutoScalingConfigurationResponse
Bds. 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)
RemoveAutoScalingConfigurationResponse
BdsClient. 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.requests
Methods in com.oracle.bmc.bds.requests that return RemoveAutoScalingConfigurationRequest Modifier and Type Method Description RemoveAutoScalingConfigurationRequest
RemoveAutoScalingConfigurationRequest.Builder. build()
Build the instance of RemoveAutoScalingConfigurationRequest as configured by this builderRemoveAutoScalingConfigurationRequest
RemoveAutoScalingConfigurationRequest.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.Builder
RemoveAutoScalingConfigurationRequest.Builder. copy(RemoveAutoScalingConfigurationRequest o)
Copy method to populate the builder with values from the given instance.
-