Uses of Interface
software.amazon.awssdk.services.elasticloadbalancingv2.model.SetSubnetsRequest.Builder
Packages that use SetSubnetsRequest.Builder
Package
Description
-
Uses of SetSubnetsRequest.Builder in software.amazon.awssdk.services.elasticloadbalancingv2
Method parameters in software.amazon.awssdk.services.elasticloadbalancingv2 with type arguments of type SetSubnetsRequest.BuilderModifier and TypeMethodDescriptiondefault 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.BuilderModifier and TypeMethodDescriptionstatic SetSubnetsRequest.BuilderSetSubnetsRequest.builder()SetSubnetsRequest.Builder.enablePrefixForIpv6SourceNat(String enablePrefixForIpv6SourceNat) [Network Load Balancers with UDP listeners] Indicates whether to use an IPv6 prefix from each subnet for source NAT.SetSubnetsRequest.Builder.enablePrefixForIpv6SourceNat(EnablePrefixForIpv6SourceNatEnum enablePrefixForIpv6SourceNat) [Network Load Balancers with UDP listeners] Indicates whether to use an IPv6 prefix from each subnet for source NAT.SetSubnetsRequest.Builder.ipAddressType(String ipAddressType) The IP address type.SetSubnetsRequest.Builder.ipAddressType(IpAddressType ipAddressType) The IP address type.SetSubnetsRequest.Builder.loadBalancerArn(String loadBalancerArn) The Amazon Resource Name (ARN) of the load balancer.SetSubnetsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) SetSubnetsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) SetSubnetsRequest.Builder.subnetMappings(Collection<SubnetMapping> subnetMappings) The IDs of the public subnets.SetSubnetsRequest.Builder.subnetMappings(Consumer<SubnetMapping.Builder>... subnetMappings) The IDs of the public subnets.SetSubnetsRequest.Builder.subnetMappings(SubnetMapping... subnetMappings) The IDs of the public subnets.The IDs of the public subnets.SetSubnetsRequest.Builder.subnets(Collection<String> subnets) The IDs of the public subnets.SetSubnetsRequest.toBuilder()Methods in software.amazon.awssdk.services.elasticloadbalancingv2.model that return types with arguments of type SetSubnetsRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends SetSubnetsRequest.Builder>SetSubnetsRequest.serializableBuilderClass()