Uses of Interface
software.amazon.awssdk.services.elasticloadbalancing.model.AttachLoadBalancerToSubnetsRequest.Builder
-
Packages that use AttachLoadBalancerToSubnetsRequest.Builder Package Description software.amazon.awssdk.services.elasticloadbalancing Elastic Load Balancing software.amazon.awssdk.services.elasticloadbalancing.model -
-
Uses of AttachLoadBalancerToSubnetsRequest.Builder in software.amazon.awssdk.services.elasticloadbalancing
Method parameters in software.amazon.awssdk.services.elasticloadbalancing with type arguments of type AttachLoadBalancerToSubnetsRequest.Builder Modifier and Type Method Description default CompletableFuture<AttachLoadBalancerToSubnetsResponse>ElasticLoadBalancingAsyncClient. attachLoadBalancerToSubnets(Consumer<AttachLoadBalancerToSubnetsRequest.Builder> attachLoadBalancerToSubnetsRequest)Adds one or more subnets to the set of configured subnets for the specified load balancer.default AttachLoadBalancerToSubnetsResponseElasticLoadBalancingClient. attachLoadBalancerToSubnets(Consumer<AttachLoadBalancerToSubnetsRequest.Builder> attachLoadBalancerToSubnetsRequest)Adds one or more subnets to the set of configured subnets for the specified load balancer. -
Uses of AttachLoadBalancerToSubnetsRequest.Builder in software.amazon.awssdk.services.elasticloadbalancing.model
Methods in software.amazon.awssdk.services.elasticloadbalancing.model that return types with arguments of type AttachLoadBalancerToSubnetsRequest.Builder Modifier and Type Method Description static Class<? extends AttachLoadBalancerToSubnetsRequest.Builder>AttachLoadBalancerToSubnetsRequest. serializableBuilderClass()
-