Uses of Class
com.oracle.bmc.bds.responses.GetAutoScalingConfigurationResponse
-
Packages that use GetAutoScalingConfigurationResponse Package Description com.oracle.bmc.bds com.oracle.bmc.bds.responses -
-
Uses of GetAutoScalingConfigurationResponse in com.oracle.bmc.bds
Methods in com.oracle.bmc.bds that return GetAutoScalingConfigurationResponse Modifier and Type Method Description GetAutoScalingConfigurationResponse
Bds. getAutoScalingConfiguration(GetAutoScalingConfigurationRequest request)
Returns details of the autoscale configuration identified by the given ID.GetAutoScalingConfigurationResponse
BdsClient. getAutoScalingConfiguration(GetAutoScalingConfigurationRequest request)
Method parameters in com.oracle.bmc.bds with type arguments of type GetAutoScalingConfigurationResponse 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 GetAutoScalingConfigurationResponse in com.oracle.bmc.bds.responses
Methods in com.oracle.bmc.bds.responses that return GetAutoScalingConfigurationResponse Modifier and Type Method Description GetAutoScalingConfigurationResponse
GetAutoScalingConfigurationResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.bds.responses with parameters of type GetAutoScalingConfigurationResponse Modifier and Type Method Description GetAutoScalingConfigurationResponse.Builder
GetAutoScalingConfigurationResponse.Builder. copy(GetAutoScalingConfigurationResponse o)
Copy method to populate the builder with values from the given instance.
-