Uses of Class
software.amazon.awssdk.services.autoscaling.model.AttachTrafficSourcesRequest
-
Packages that use AttachTrafficSourcesRequest Package Description software.amazon.awssdk.services.autoscaling Amazon EC2 Auto Scaling software.amazon.awssdk.services.autoscaling.transform -
-
Uses of AttachTrafficSourcesRequest in software.amazon.awssdk.services.autoscaling
Methods in software.amazon.awssdk.services.autoscaling with parameters of type AttachTrafficSourcesRequest Modifier and Type Method Description default CompletableFuture<AttachTrafficSourcesResponse>AutoScalingAsyncClient. attachTrafficSources(AttachTrafficSourcesRequest attachTrafficSourcesRequest)Attaches one or more traffic sources to the specified Auto Scaling group.default AttachTrafficSourcesResponseAutoScalingClient. attachTrafficSources(AttachTrafficSourcesRequest attachTrafficSourcesRequest)Attaches one or more traffic sources to the specified Auto Scaling group. -
Uses of AttachTrafficSourcesRequest in software.amazon.awssdk.services.autoscaling.transform
Methods in software.amazon.awssdk.services.autoscaling.transform with parameters of type AttachTrafficSourcesRequest Modifier and Type Method Description SdkHttpFullRequestAttachTrafficSourcesRequestMarshaller. marshall(AttachTrafficSourcesRequest attachTrafficSourcesRequest)
-