| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2 |
|
| software.amazon.awssdk.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ModifySubnetAttributeResponse> |
Ec2AsyncClient.modifySubnetAttribute(Consumer<ModifySubnetAttributeRequest.Builder> modifySubnetAttributeRequest)
Modifies a subnet attribute.
|
default ModifySubnetAttributeResponse |
Ec2Client.modifySubnetAttribute(Consumer<ModifySubnetAttributeRequest.Builder> modifySubnetAttributeRequest)
Modifies a subnet attribute.
|
| Modifier and Type | Method and Description |
|---|---|
ModifySubnetAttributeRequest.Builder |
ModifySubnetAttributeRequest.Builder.assignIpv6AddressOnCreation(AttributeBooleanValue assignIpv6AddressOnCreation)
Specify
true to indicate that network interfaces created in the specified subnet should be
assigned an IPv6 address. |
default ModifySubnetAttributeRequest.Builder |
ModifySubnetAttributeRequest.Builder.assignIpv6AddressOnCreation(Consumer<AttributeBooleanValue.Builder> assignIpv6AddressOnCreation)
Specify
true to indicate that network interfaces created in the specified subnet should be
assigned an IPv6 address. |
static ModifySubnetAttributeRequest.Builder |
ModifySubnetAttributeRequest.builder() |
ModifySubnetAttributeRequest.Builder |
ModifySubnetAttributeRequest.Builder.mapPublicIpOnLaunch(AttributeBooleanValue mapPublicIpOnLaunch)
Specify
true to indicate that ENIs attached to instances created in the specified subnet should
be assigned a public IPv4 address. |
default ModifySubnetAttributeRequest.Builder |
ModifySubnetAttributeRequest.Builder.mapPublicIpOnLaunch(Consumer<AttributeBooleanValue.Builder> mapPublicIpOnLaunch)
Specify
true to indicate that ENIs attached to instances created in the specified subnet should
be assigned a public IPv4 address. |
ModifySubnetAttributeRequest.Builder |
ModifySubnetAttributeRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ModifySubnetAttributeRequest.Builder |
ModifySubnetAttributeRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ModifySubnetAttributeRequest.Builder |
ModifySubnetAttributeRequest.Builder.subnetId(String subnetId)
The ID of the subnet.
|
ModifySubnetAttributeRequest.Builder |
ModifySubnetAttributeRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ModifySubnetAttributeRequest.Builder> |
ModifySubnetAttributeRequest.serializableBuilderClass() |
Copyright © 2019. All rights reserved.