Uses of Class
software.amazon.awssdk.services.autoscaling.model.CreateAutoScalingGroupRequest
-
Packages that use CreateAutoScalingGroupRequest Package Description software.amazon.awssdk.services.autoscaling Amazon EC2 Auto Scaling software.amazon.awssdk.services.autoscaling.transform -
-
Uses of CreateAutoScalingGroupRequest in software.amazon.awssdk.services.autoscaling
Methods in software.amazon.awssdk.services.autoscaling with parameters of type CreateAutoScalingGroupRequest Modifier and Type Method Description default CompletableFuture<CreateAutoScalingGroupResponse>AutoScalingAsyncClient. createAutoScalingGroup(CreateAutoScalingGroupRequest createAutoScalingGroupRequest)We strongly recommend using a launch template when calling this operation to ensure full functionality for Amazon EC2 Auto Scaling and Amazon EC2.default CreateAutoScalingGroupResponseAutoScalingClient. createAutoScalingGroup(CreateAutoScalingGroupRequest createAutoScalingGroupRequest)We strongly recommend using a launch template when calling this operation to ensure full functionality for Amazon EC2 Auto Scaling and Amazon EC2. -
Uses of CreateAutoScalingGroupRequest in software.amazon.awssdk.services.autoscaling.transform
Methods in software.amazon.awssdk.services.autoscaling.transform with parameters of type CreateAutoScalingGroupRequest Modifier and Type Method Description SdkHttpFullRequestCreateAutoScalingGroupRequestMarshaller. marshall(CreateAutoScalingGroupRequest createAutoScalingGroupRequest)
-