| Package | Description |
|---|---|
| com.amazonaws.services.autoscaling |
|
| com.amazonaws.services.autoscaling.model |
| Modifier and Type | Method and Description |
|---|---|
Future<AttachTrafficSourcesResult> |
AbstractAmazonAutoScalingAsync.attachTrafficSourcesAsync(AttachTrafficSourcesRequest request,
AsyncHandler<AttachTrafficSourcesRequest,AttachTrafficSourcesResult> asyncHandler) |
Future<AttachTrafficSourcesResult> |
AmazonAutoScalingAsync.attachTrafficSourcesAsync(AttachTrafficSourcesRequest attachTrafficSourcesRequest,
AsyncHandler<AttachTrafficSourcesRequest,AttachTrafficSourcesResult> asyncHandler)
Attaches one or more traffic sources to the specified Auto Scaling group.
|
Future<AttachTrafficSourcesResult> |
AmazonAutoScalingAsyncClient.attachTrafficSourcesAsync(AttachTrafficSourcesRequest request,
AsyncHandler<AttachTrafficSourcesRequest,AttachTrafficSourcesResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
AttachTrafficSourcesRequest |
AttachTrafficSourcesRequest.clone() |
AttachTrafficSourcesRequest |
AttachTrafficSourcesRequest.withAutoScalingGroupName(String autoScalingGroupName)
The name of the Auto Scaling group.
|
AttachTrafficSourcesRequest |
AttachTrafficSourcesRequest.withTrafficSources(Collection<TrafficSourceIdentifier> trafficSources)
The unique identifiers of one or more traffic sources.
|
AttachTrafficSourcesRequest |
AttachTrafficSourcesRequest.withTrafficSources(TrafficSourceIdentifier... trafficSources)
The unique identifiers of one or more traffic sources.
|
Copyright © 2023. All rights reserved.