Uses of Class
software.amazon.awssdk.services.autoscaling.model.DetachTrafficSourcesResponse
-
Packages that use DetachTrafficSourcesResponse Package Description software.amazon.awssdk.services.autoscaling Amazon EC2 Auto Scaling -
-
Uses of DetachTrafficSourcesResponse in software.amazon.awssdk.services.autoscaling
Methods in software.amazon.awssdk.services.autoscaling that return DetachTrafficSourcesResponse Modifier and Type Method Description default DetachTrafficSourcesResponseAutoScalingClient. detachTrafficSources(Consumer<DetachTrafficSourcesRequest.Builder> detachTrafficSourcesRequest)Detaches one or more traffic sources from the specified Auto Scaling group.default DetachTrafficSourcesResponseAutoScalingClient. detachTrafficSources(DetachTrafficSourcesRequest detachTrafficSourcesRequest)Detaches one or more traffic sources from the specified Auto Scaling group.Methods in software.amazon.awssdk.services.autoscaling that return types with arguments of type DetachTrafficSourcesResponse 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 CompletableFuture<DetachTrafficSourcesResponse>AutoScalingAsyncClient. detachTrafficSources(DetachTrafficSourcesRequest detachTrafficSourcesRequest)Detaches one or more traffic sources from the specified Auto Scaling group.
-