Uses of Class
com.oracle.bmc.bds.requests.GetAutoScalingConfigurationRequest
- 
Packages that use GetAutoScalingConfigurationRequest Package Description com.oracle.bmc.bds com.oracle.bmc.bds.requests 
- 
- 
Uses of GetAutoScalingConfigurationRequest in com.oracle.bmc.bdsMethod parameters in com.oracle.bmc.bds with type arguments of type GetAutoScalingConfigurationRequest Modifier and Type Method Description Future<GetAutoScalingConfigurationResponse>BdsAsync. getAutoScalingConfiguration(GetAutoScalingConfigurationRequest request, AsyncHandler<GetAutoScalingConfigurationRequest,GetAutoScalingConfigurationResponse> handler)Returns details of the autoscale configuration identified by the given ID.Future<GetAutoScalingConfigurationResponse>BdsAsyncClient. getAutoScalingConfiguration(GetAutoScalingConfigurationRequest request, AsyncHandler<GetAutoScalingConfigurationRequest,GetAutoScalingConfigurationResponse> handler)
- 
Uses of GetAutoScalingConfigurationRequest in com.oracle.bmc.bds.requestsMethods in com.oracle.bmc.bds.requests that return GetAutoScalingConfigurationRequest Modifier and Type Method Description GetAutoScalingConfigurationRequestGetAutoScalingConfigurationRequest.Builder. build()Build the instance of GetAutoScalingConfigurationRequest as configured by this builderGetAutoScalingConfigurationRequestGetAutoScalingConfigurationRequest.Builder. buildWithoutInvocationCallback()Build the instance of GetAutoScalingConfigurationRequest as configured by this builderMethods in com.oracle.bmc.bds.requests with parameters of type GetAutoScalingConfigurationRequest Modifier and Type Method Description GetAutoScalingConfigurationRequest.BuilderGetAutoScalingConfigurationRequest.Builder. copy(GetAutoScalingConfigurationRequest o)Copy method to populate the builder with values from the given instance.
 
-