Uses of Interface
software.amazon.awssdk.services.elasticloadbalancing.model.AttachLoadBalancerToSubnetsRequest.Builder
Packages that use AttachLoadBalancerToSubnetsRequest.Builder
Package
Description
-
Uses of AttachLoadBalancerToSubnetsRequest.Builder in software.amazon.awssdk.services.elasticloadbalancing
Method parameters in software.amazon.awssdk.services.elasticloadbalancing with type arguments of type AttachLoadBalancerToSubnetsRequest.BuilderModifier and TypeMethodDescriptionElasticLoadBalancingAsyncClient.attachLoadBalancerToSubnets(Consumer<AttachLoadBalancerToSubnetsRequest.Builder> attachLoadBalancerToSubnetsRequest) Adds one or more subnets to the set of configured subnets for the specified load balancer.ElasticLoadBalancingClient.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 AttachLoadBalancerToSubnetsRequest.BuilderModifier and TypeMethodDescriptionAttachLoadBalancerToSubnetsRequest.builder()AttachLoadBalancerToSubnetsRequest.Builder.loadBalancerName(String loadBalancerName) The name of the load balancer.AttachLoadBalancerToSubnetsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) AttachLoadBalancerToSubnetsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) The IDs of the subnets to add.AttachLoadBalancerToSubnetsRequest.Builder.subnets(Collection<String> subnets) The IDs of the subnets to add.AttachLoadBalancerToSubnetsRequest.toBuilder()Methods in software.amazon.awssdk.services.elasticloadbalancing.model that return types with arguments of type AttachLoadBalancerToSubnetsRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends AttachLoadBalancerToSubnetsRequest.Builder>AttachLoadBalancerToSubnetsRequest.serializableBuilderClass()