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