Uses of Interface
software.amazon.awssdk.services.autoscaling.model.AttachTrafficSourcesRequest.Builder
-
Packages that use AttachTrafficSourcesRequest.Builder Package Description software.amazon.awssdk.services.autoscaling Amazon EC2 Auto Scaling software.amazon.awssdk.services.autoscaling.model -
-
Uses of AttachTrafficSourcesRequest.Builder in software.amazon.awssdk.services.autoscaling
Method parameters in software.amazon.awssdk.services.autoscaling with type arguments of type AttachTrafficSourcesRequest.Builder Modifier and Type Method Description default CompletableFuture<AttachTrafficSourcesResponse>AutoScalingAsyncClient. attachTrafficSources(Consumer<AttachTrafficSourcesRequest.Builder> attachTrafficSourcesRequest)Attaches one or more traffic sources to the specified Auto Scaling group.default AttachTrafficSourcesResponseAutoScalingClient. attachTrafficSources(Consumer<AttachTrafficSourcesRequest.Builder> attachTrafficSourcesRequest)Attaches one or more traffic sources to the specified Auto Scaling group. -
Uses of AttachTrafficSourcesRequest.Builder in software.amazon.awssdk.services.autoscaling.model
Methods in software.amazon.awssdk.services.autoscaling.model that return AttachTrafficSourcesRequest.Builder Modifier and Type Method Description AttachTrafficSourcesRequest.BuilderAttachTrafficSourcesRequest.Builder. autoScalingGroupName(String autoScalingGroupName)The name of the Auto Scaling group.static AttachTrafficSourcesRequest.BuilderAttachTrafficSourcesRequest. builder()AttachTrafficSourcesRequest.BuilderAttachTrafficSourcesRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)AttachTrafficSourcesRequest.BuilderAttachTrafficSourcesRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)AttachTrafficSourcesRequest.BuilderAttachTrafficSourcesRequest. toBuilder()AttachTrafficSourcesRequest.BuilderAttachTrafficSourcesRequest.Builder. trafficSources(Collection<TrafficSourceIdentifier> trafficSources)The unique identifiers of one or more traffic sources.AttachTrafficSourcesRequest.BuilderAttachTrafficSourcesRequest.Builder. trafficSources(Consumer<TrafficSourceIdentifier.Builder>... trafficSources)The unique identifiers of one or more traffic sources.AttachTrafficSourcesRequest.BuilderAttachTrafficSourcesRequest.Builder. trafficSources(TrafficSourceIdentifier... trafficSources)The unique identifiers of one or more traffic sources.Methods in software.amazon.awssdk.services.autoscaling.model that return types with arguments of type AttachTrafficSourcesRequest.Builder Modifier and Type Method Description static Class<? extends AttachTrafficSourcesRequest.Builder>AttachTrafficSourcesRequest. serializableBuilderClass()
-