| Package | Description |
|---|---|
| software.amazon.awssdk.services.autoscaling |
|
| software.amazon.awssdk.services.autoscaling.model |
| Modifier and Type | Method and Description |
|---|---|
default AttachTrafficSourcesResponse |
AutoScalingClient.attachTrafficSources(Consumer<AttachTrafficSourcesRequest.Builder> attachTrafficSourcesRequest)
Reserved for use with Amazon VPC Lattice, which is in preview and subject to change.
|
default CompletableFuture<AttachTrafficSourcesResponse> |
AutoScalingAsyncClient.attachTrafficSources(Consumer<AttachTrafficSourcesRequest.Builder> attachTrafficSourcesRequest)
Reserved for use with Amazon VPC Lattice, which is in preview and subject to change.
|
| Modifier and Type | Method and Description |
|---|---|
AttachTrafficSourcesRequest.Builder |
AttachTrafficSourcesRequest.Builder.autoScalingGroupName(String autoScalingGroupName)
The name of the Auto Scaling group.
|
static AttachTrafficSourcesRequest.Builder |
AttachTrafficSourcesRequest.builder() |
AttachTrafficSourcesRequest.Builder |
AttachTrafficSourcesRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
AttachTrafficSourcesRequest.Builder |
AttachTrafficSourcesRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
AttachTrafficSourcesRequest.Builder |
AttachTrafficSourcesRequest.toBuilder() |
AttachTrafficSourcesRequest.Builder |
AttachTrafficSourcesRequest.Builder.trafficSources(Collection<TrafficSourceIdentifier> trafficSources)
The unique identifiers of one or more traffic sources.
|
AttachTrafficSourcesRequest.Builder |
AttachTrafficSourcesRequest.Builder.trafficSources(Consumer<TrafficSourceIdentifier.Builder>... trafficSources)
The unique identifiers of one or more traffic sources.
|
AttachTrafficSourcesRequest.Builder |
AttachTrafficSourcesRequest.Builder.trafficSources(TrafficSourceIdentifier... trafficSources)
The unique identifiers of one or more traffic sources.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends AttachTrafficSourcesRequest.Builder> |
AttachTrafficSourcesRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.