Uses of Class
com.oracle.bmc.autoscaling.responses.CreateAutoScalingConfigurationResponse
-
Packages that use CreateAutoScalingConfigurationResponse Package Description com.oracle.bmc.autoscaling com.oracle.bmc.autoscaling.responses -
-
Uses of CreateAutoScalingConfigurationResponse in com.oracle.bmc.autoscaling
Methods in com.oracle.bmc.autoscaling that return CreateAutoScalingConfigurationResponse Modifier and Type Method Description CreateAutoScalingConfigurationResponse
AutoScaling. createAutoScalingConfiguration(CreateAutoScalingConfigurationRequest request)
Creates an autoscaling configuration.CreateAutoScalingConfigurationResponse
AutoScalingClient. createAutoScalingConfiguration(CreateAutoScalingConfigurationRequest request)
Methods in com.oracle.bmc.autoscaling that return types with arguments of type CreateAutoScalingConfigurationResponse Modifier and Type Method Description Future<CreateAutoScalingConfigurationResponse>
AutoScalingAsync. createAutoScalingConfiguration(CreateAutoScalingConfigurationRequest request, AsyncHandler<CreateAutoScalingConfigurationRequest,CreateAutoScalingConfigurationResponse> handler)
Creates an autoscaling configuration.Future<CreateAutoScalingConfigurationResponse>
AutoScalingAsyncClient. createAutoScalingConfiguration(CreateAutoScalingConfigurationRequest request, AsyncHandler<CreateAutoScalingConfigurationRequest,CreateAutoScalingConfigurationResponse> handler)
Method parameters in com.oracle.bmc.autoscaling with type arguments of type CreateAutoScalingConfigurationResponse Modifier and Type Method Description Future<CreateAutoScalingConfigurationResponse>
AutoScalingAsync. createAutoScalingConfiguration(CreateAutoScalingConfigurationRequest request, AsyncHandler<CreateAutoScalingConfigurationRequest,CreateAutoScalingConfigurationResponse> handler)
Creates an autoscaling configuration.Future<CreateAutoScalingConfigurationResponse>
AutoScalingAsyncClient. createAutoScalingConfiguration(CreateAutoScalingConfigurationRequest request, AsyncHandler<CreateAutoScalingConfigurationRequest,CreateAutoScalingConfigurationResponse> handler)
-
Uses of CreateAutoScalingConfigurationResponse in com.oracle.bmc.autoscaling.responses
Methods in com.oracle.bmc.autoscaling.responses that return CreateAutoScalingConfigurationResponse Modifier and Type Method Description CreateAutoScalingConfigurationResponse
CreateAutoScalingConfigurationResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.autoscaling.responses with parameters of type CreateAutoScalingConfigurationResponse Modifier and Type Method Description CreateAutoScalingConfigurationResponse.Builder
CreateAutoScalingConfigurationResponse.Builder. copy(CreateAutoScalingConfigurationResponse o)
Copy method to populate the builder with values from the given instance.
-