Uses of Class
com.oracle.bmc.autoscaling.responses.GetAutoScalingConfigurationResponse
-
Packages that use GetAutoScalingConfigurationResponse Package Description com.oracle.bmc.autoscaling com.oracle.bmc.autoscaling.responses -
-
Uses of GetAutoScalingConfigurationResponse in com.oracle.bmc.autoscaling
Methods in com.oracle.bmc.autoscaling that return GetAutoScalingConfigurationResponse Modifier and Type Method Description GetAutoScalingConfigurationResponse
AutoScaling. getAutoScalingConfiguration(GetAutoScalingConfigurationRequest request)
Gets information about the specified autoscaling configuration.GetAutoScalingConfigurationResponse
AutoScalingClient. getAutoScalingConfiguration(GetAutoScalingConfigurationRequest request)
Methods in com.oracle.bmc.autoscaling that return types with arguments of type GetAutoScalingConfigurationResponse Modifier and Type Method Description Future<GetAutoScalingConfigurationResponse>
AutoScalingAsync. getAutoScalingConfiguration(GetAutoScalingConfigurationRequest request, AsyncHandler<GetAutoScalingConfigurationRequest,GetAutoScalingConfigurationResponse> handler)
Gets information about the specified autoscaling configuration.Future<GetAutoScalingConfigurationResponse>
AutoScalingAsyncClient. getAutoScalingConfiguration(GetAutoScalingConfigurationRequest request, AsyncHandler<GetAutoScalingConfigurationRequest,GetAutoScalingConfigurationResponse> handler)
Method parameters in com.oracle.bmc.autoscaling with type arguments of type GetAutoScalingConfigurationResponse Modifier and Type Method Description Future<GetAutoScalingConfigurationResponse>
AutoScalingAsync. getAutoScalingConfiguration(GetAutoScalingConfigurationRequest request, AsyncHandler<GetAutoScalingConfigurationRequest,GetAutoScalingConfigurationResponse> handler)
Gets information about the specified autoscaling configuration.Future<GetAutoScalingConfigurationResponse>
AutoScalingAsyncClient. getAutoScalingConfiguration(GetAutoScalingConfigurationRequest request, AsyncHandler<GetAutoScalingConfigurationRequest,GetAutoScalingConfigurationResponse> handler)
-
Uses of GetAutoScalingConfigurationResponse in com.oracle.bmc.autoscaling.responses
Methods in com.oracle.bmc.autoscaling.responses that return GetAutoScalingConfigurationResponse Modifier and Type Method Description GetAutoScalingConfigurationResponse
GetAutoScalingConfigurationResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.autoscaling.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.
-