Uses of Class
com.oracle.bmc.autoscaling.requests.CreateAutoScalingConfigurationRequest
-
Packages that use CreateAutoScalingConfigurationRequest Package Description com.oracle.bmc.autoscaling com.oracle.bmc.autoscaling.requests -
-
Uses of CreateAutoScalingConfigurationRequest in com.oracle.bmc.autoscaling
Methods in com.oracle.bmc.autoscaling with parameters of type CreateAutoScalingConfigurationRequest Modifier and Type Method Description CreateAutoScalingConfigurationResponse
AutoScaling. createAutoScalingConfiguration(CreateAutoScalingConfigurationRequest request)
Creates an autoscaling configuration.Future<CreateAutoScalingConfigurationResponse>
AutoScalingAsync. createAutoScalingConfiguration(CreateAutoScalingConfigurationRequest request, AsyncHandler<CreateAutoScalingConfigurationRequest,CreateAutoScalingConfigurationResponse> handler)
Creates an autoscaling configuration.Future<CreateAutoScalingConfigurationResponse>
AutoScalingAsyncClient. createAutoScalingConfiguration(CreateAutoScalingConfigurationRequest request, AsyncHandler<CreateAutoScalingConfigurationRequest,CreateAutoScalingConfigurationResponse> handler)
CreateAutoScalingConfigurationResponse
AutoScalingClient. createAutoScalingConfiguration(CreateAutoScalingConfigurationRequest request)
Method parameters in com.oracle.bmc.autoscaling with type arguments of type CreateAutoScalingConfigurationRequest 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 CreateAutoScalingConfigurationRequest in com.oracle.bmc.autoscaling.requests
Methods in com.oracle.bmc.autoscaling.requests that return CreateAutoScalingConfigurationRequest Modifier and Type Method Description CreateAutoScalingConfigurationRequest
CreateAutoScalingConfigurationRequest.Builder. build()
Build the instance of CreateAutoScalingConfigurationRequest as configured by this builderCreateAutoScalingConfigurationRequest
CreateAutoScalingConfigurationRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CreateAutoScalingConfigurationRequest as configured by this builderMethods in com.oracle.bmc.autoscaling.requests with parameters of type CreateAutoScalingConfigurationRequest Modifier and Type Method Description CreateAutoScalingConfigurationRequest.Builder
CreateAutoScalingConfigurationRequest.Builder. copy(CreateAutoScalingConfigurationRequest o)
Copy method to populate the builder with values from the given instance.
-