| Package | Description |
|---|---|
| software.amazon.awssdk.services.elasticloadbalancingv2 |
|
| software.amazon.awssdk.services.elasticloadbalancingv2.model |
| Modifier and Type | Method and 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 or
Network Load Balancer.
|
default SetSubnetsResponse |
ElasticLoadBalancingV2Client.setSubnets(Consumer<SetSubnetsRequest.Builder> setSubnetsRequest)
Enables the Availability Zones for the specified public subnets for the specified Application Load Balancer or
Network Load Balancer.
|
| Modifier and Type | Method and Description |
|---|---|
static SetSubnetsRequest.Builder |
SetSubnetsRequest.builder() |
SetSubnetsRequest.Builder |
SetSubnetsRequest.Builder.ipAddressType(IpAddressType ipAddressType)
[Network Load Balancers] The type of IP addresses used by the subnets for your load balancer.
|
SetSubnetsRequest.Builder |
SetSubnetsRequest.Builder.ipAddressType(String ipAddressType)
[Network Load Balancers] The type of IP addresses used by the subnets for your load balancer.
|
SetSubnetsRequest.Builder |
SetSubnetsRequest.Builder.loadBalancerArn(String loadBalancerArn)
The Amazon Resource Name (ARN) of the load balancer.
|
SetSubnetsRequest.Builder |
SetSubnetsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
SetSubnetsRequest.Builder |
SetSubnetsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
SetSubnetsRequest.Builder |
SetSubnetsRequest.Builder.subnetMappings(Collection<SubnetMapping> subnetMappings)
The IDs of the public subnets.
|
SetSubnetsRequest.Builder |
SetSubnetsRequest.Builder.subnetMappings(Consumer<SubnetMapping.Builder>... subnetMappings)
The IDs of the public subnets.
|
SetSubnetsRequest.Builder |
SetSubnetsRequest.Builder.subnetMappings(SubnetMapping... subnetMappings)
The IDs of the public subnets.
|
SetSubnetsRequest.Builder |
SetSubnetsRequest.Builder.subnets(Collection<String> subnets)
The IDs of the public subnets.
|
SetSubnetsRequest.Builder |
SetSubnetsRequest.Builder.subnets(String... subnets)
The IDs of the public subnets.
|
SetSubnetsRequest.Builder |
SetSubnetsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends SetSubnetsRequest.Builder> |
SetSubnetsRequest.serializableBuilderClass() |
Copyright © 2021. All rights reserved.