Uses of Interface
software.amazon.awssdk.services.autoscaling.model.DetachTrafficSourcesRequest.Builder
-
Packages that use DetachTrafficSourcesRequest.Builder Package Description software.amazon.awssdk.services.autoscaling Amazon EC2 Auto Scaling software.amazon.awssdk.services.autoscaling.model -
-
Uses of DetachTrafficSourcesRequest.Builder in software.amazon.awssdk.services.autoscaling
Method parameters in software.amazon.awssdk.services.autoscaling with type arguments of type DetachTrafficSourcesRequest.Builder Modifier and Type Method Description default CompletableFuture<DetachTrafficSourcesResponse>AutoScalingAsyncClient. detachTrafficSources(Consumer<DetachTrafficSourcesRequest.Builder> detachTrafficSourcesRequest)Detaches one or more traffic sources from the specified Auto Scaling group.default DetachTrafficSourcesResponseAutoScalingClient. detachTrafficSources(Consumer<DetachTrafficSourcesRequest.Builder> detachTrafficSourcesRequest)Detaches one or more traffic sources from the specified Auto Scaling group. -
Uses of DetachTrafficSourcesRequest.Builder in software.amazon.awssdk.services.autoscaling.model
Methods in software.amazon.awssdk.services.autoscaling.model that return DetachTrafficSourcesRequest.Builder Modifier and Type Method Description DetachTrafficSourcesRequest.BuilderDetachTrafficSourcesRequest.Builder. autoScalingGroupName(String autoScalingGroupName)The name of the Auto Scaling group.static DetachTrafficSourcesRequest.BuilderDetachTrafficSourcesRequest. builder()DetachTrafficSourcesRequest.BuilderDetachTrafficSourcesRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DetachTrafficSourcesRequest.BuilderDetachTrafficSourcesRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DetachTrafficSourcesRequest.BuilderDetachTrafficSourcesRequest. toBuilder()DetachTrafficSourcesRequest.BuilderDetachTrafficSourcesRequest.Builder. trafficSources(Collection<TrafficSourceIdentifier> trafficSources)The unique identifiers of one or more traffic sources.DetachTrafficSourcesRequest.BuilderDetachTrafficSourcesRequest.Builder. trafficSources(Consumer<TrafficSourceIdentifier.Builder>... trafficSources)The unique identifiers of one or more traffic sources.DetachTrafficSourcesRequest.BuilderDetachTrafficSourcesRequest.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 DetachTrafficSourcesRequest.Builder Modifier and Type Method Description static Class<? extends DetachTrafficSourcesRequest.Builder>DetachTrafficSourcesRequest. serializableBuilderClass()
-