Uses of Interface
software.amazon.awssdk.services.elasticloadbalancingv2.model.SetSubnetsRequest.Builder
-
Packages that use SetSubnetsRequest.Builder Package Description software.amazon.awssdk.services.elasticloadbalancingv2 Elastic Load Balancing software.amazon.awssdk.services.elasticloadbalancingv2.model -
-
Uses of SetSubnetsRequest.Builder in software.amazon.awssdk.services.elasticloadbalancingv2
Method parameters in software.amazon.awssdk.services.elasticloadbalancingv2 with type arguments of type SetSubnetsRequest.Builder Modifier and Type Method Description default CompletableFuture<SetSubnetsResponse>ElasticLoadBalancingV2AsyncClient. setSubnets(Consumer<SetSubnetsRequest.Builder> setSubnetsRequest)Enables the Availability Zones for the specified public subnets for the specified Application Load Balancer, Network Load Balancer or Gateway Load Balancer.default SetSubnetsResponseElasticLoadBalancingV2Client. setSubnets(Consumer<SetSubnetsRequest.Builder> setSubnetsRequest)Enables the Availability Zones for the specified public subnets for the specified Application Load Balancer, Network Load Balancer or Gateway Load Balancer. -
Uses of SetSubnetsRequest.Builder in software.amazon.awssdk.services.elasticloadbalancingv2.model
Methods in software.amazon.awssdk.services.elasticloadbalancingv2.model that return SetSubnetsRequest.Builder Modifier and Type Method Description static SetSubnetsRequest.BuilderSetSubnetsRequest. builder()SetSubnetsRequest.BuilderSetSubnetsRequest.Builder. ipAddressType(String ipAddressType)[Application Load Balancers] The IP address type.SetSubnetsRequest.BuilderSetSubnetsRequest.Builder. ipAddressType(IpAddressType ipAddressType)[Application Load Balancers] The IP address type.SetSubnetsRequest.BuilderSetSubnetsRequest.Builder. loadBalancerArn(String loadBalancerArn)The Amazon Resource Name (ARN) of the load balancer.SetSubnetsRequest.BuilderSetSubnetsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)SetSubnetsRequest.BuilderSetSubnetsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)SetSubnetsRequest.BuilderSetSubnetsRequest.Builder. subnetMappings(Collection<SubnetMapping> subnetMappings)The IDs of the public subnets.SetSubnetsRequest.BuilderSetSubnetsRequest.Builder. subnetMappings(Consumer<SubnetMapping.Builder>... subnetMappings)The IDs of the public subnets.SetSubnetsRequest.BuilderSetSubnetsRequest.Builder. subnetMappings(SubnetMapping... subnetMappings)The IDs of the public subnets.SetSubnetsRequest.BuilderSetSubnetsRequest.Builder. subnets(String... subnets)The IDs of the public subnets.SetSubnetsRequest.BuilderSetSubnetsRequest.Builder. subnets(Collection<String> subnets)The IDs of the public subnets.SetSubnetsRequest.BuilderSetSubnetsRequest. toBuilder()Methods in software.amazon.awssdk.services.elasticloadbalancingv2.model that return types with arguments of type SetSubnetsRequest.Builder Modifier and Type Method Description static Class<? extends SetSubnetsRequest.Builder>SetSubnetsRequest. serializableBuilderClass()
-