Package | Description |
---|---|
software.amazon.awssdk.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
AttributeBooleanValue |
ModifySubnetAttributeRequest.assignIpv6AddressOnCreation()
Specify
true to indicate that network interfaces created in the specified subnet should be assigned
an IPv6 address. |
AttributeBooleanValue |
DescribeVolumeAttributeResponse.autoEnableIO()
The state of
autoEnableIO attribute. |
AttributeBooleanValue |
ModifyVolumeAttributeRequest.autoEnableIO()
Indicates whether the volume should be auto-enabled for I/O operations.
|
AttributeBooleanValue |
DescribeInstanceAttributeResponse.disableApiTermination()
If the value is
true , you can't terminate the instance through the Amazon EC2 console, CLI, or API;
otherwise, you can. |
AttributeBooleanValue |
ModifyInstanceAttributeRequest.disableApiTermination()
If the value is
true , you can't terminate the instance using the Amazon EC2 console, CLI, or API;
otherwise, you can. |
AttributeBooleanValue |
ModifySubnetAttributeRequest.disableLniAtDeviceIndex()
Specify
true to indicate that local network interfaces at the current position should be disabled. |
AttributeBooleanValue |
DescribeInstanceAttributeResponse.ebsOptimized()
Indicates whether the instance is optimized for Amazon EBS I/O.
|
AttributeBooleanValue |
ModifyInstanceAttributeRequest.ebsOptimized()
Specifies whether the instance is optimized for Amazon EBS I/O.
|
AttributeBooleanValue |
ModifySubnetAttributeRequest.enableDns64()
Indicates whether DNS queries made to the Amazon-provided DNS Resolver in this subnet should return synthetic
IPv6 addresses for IPv4-only destinations.
|
AttributeBooleanValue |
ModifyVpcAttributeRequest.enableDnsHostnames()
Indicates whether the instances launched in the VPC get DNS hostnames.
|
AttributeBooleanValue |
DescribeVpcAttributeResponse.enableDnsHostnames()
Indicates whether the instances launched in the VPC get DNS hostnames.
|
AttributeBooleanValue |
ModifyVpcAttributeRequest.enableDnsSupport()
Indicates whether the DNS resolution is supported for the VPC.
|
AttributeBooleanValue |
DescribeVpcAttributeResponse.enableDnsSupport()
Indicates whether DNS resolution is enabled for the VPC.
|
AttributeBooleanValue |
ModifySubnetAttributeRequest.enableResourceNameDnsAAAARecordOnLaunch()
Indicates whether to respond to DNS queries for instance hostnames with DNS AAAA records.
|
AttributeBooleanValue |
ModifySubnetAttributeRequest.enableResourceNameDnsARecordOnLaunch()
Indicates whether to respond to DNS queries for instance hostnames with DNS A records.
|
AttributeBooleanValue |
DescribeInstanceAttributeResponse.enaSupport()
Indicates whether enhanced networking with ENA is enabled.
|
AttributeBooleanValue |
ModifyInstanceAttributeRequest.enaSupport()
Set to
true to enable enhanced networking with ENA for the instance. |
AttributeBooleanValue |
ModifySubnetAttributeRequest.mapCustomerOwnedIpOnLaunch()
Specify
true to indicate that network interfaces attached to instances created in the specified
subnet should be assigned a customer-owned IPv4 address. |
AttributeBooleanValue |
ModifySubnetAttributeRequest.mapPublicIpOnLaunch()
Specify
true to indicate that network interfaces attached to instances created in the specified
subnet should be assigned a public IPv4 address. |
AttributeBooleanValue |
DescribeInstanceAttributeResponse.sourceDestCheck()
Enable or disable source/destination checks, which ensure that the instance is either the source or the
destination of any traffic that it receives.
|
AttributeBooleanValue |
ModifyInstanceAttributeRequest.sourceDestCheck()
Enable or disable source/destination checks, which ensure that the instance is either the source or the
destination of any traffic that it receives.
|
AttributeBooleanValue |
ModifyNetworkInterfaceAttributeRequest.sourceDestCheck()
Enable or disable source/destination checks, which ensure that the instance is either the source or the
destination of any traffic that it receives.
|
AttributeBooleanValue |
DescribeNetworkInterfaceAttributeResponse.sourceDestCheck()
Indicates whether source/destination checking is enabled.
|
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. |
DescribeVolumeAttributeResponse.Builder |
DescribeVolumeAttributeResponse.Builder.autoEnableIO(AttributeBooleanValue autoEnableIO)
The state of
autoEnableIO attribute. |
ModifyVolumeAttributeRequest.Builder |
ModifyVolumeAttributeRequest.Builder.autoEnableIO(AttributeBooleanValue autoEnableIO)
Indicates whether the volume should be auto-enabled for I/O operations.
|
DescribeInstanceAttributeResponse.Builder |
DescribeInstanceAttributeResponse.Builder.disableApiTermination(AttributeBooleanValue disableApiTermination)
If the value is
true , you can't terminate the instance through the Amazon EC2 console, CLI, or
API; otherwise, you can. |
ModifyInstanceAttributeRequest.Builder |
ModifyInstanceAttributeRequest.Builder.disableApiTermination(AttributeBooleanValue disableApiTermination)
If the value is
true , you can't terminate the instance using the Amazon EC2 console, CLI, or
API; otherwise, you can. |
ModifySubnetAttributeRequest.Builder |
ModifySubnetAttributeRequest.Builder.disableLniAtDeviceIndex(AttributeBooleanValue disableLniAtDeviceIndex)
Specify
true to indicate that local network interfaces at the current position should be
disabled. |
DescribeInstanceAttributeResponse.Builder |
DescribeInstanceAttributeResponse.Builder.ebsOptimized(AttributeBooleanValue ebsOptimized)
Indicates whether the instance is optimized for Amazon EBS I/O.
|
ModifyInstanceAttributeRequest.Builder |
ModifyInstanceAttributeRequest.Builder.ebsOptimized(AttributeBooleanValue ebsOptimized)
Specifies whether the instance is optimized for Amazon EBS I/O.
|
ModifySubnetAttributeRequest.Builder |
ModifySubnetAttributeRequest.Builder.enableDns64(AttributeBooleanValue enableDns64)
Indicates whether DNS queries made to the Amazon-provided DNS Resolver in this subnet should return synthetic
IPv6 addresses for IPv4-only destinations.
|
ModifyVpcAttributeRequest.Builder |
ModifyVpcAttributeRequest.Builder.enableDnsHostnames(AttributeBooleanValue enableDnsHostnames)
Indicates whether the instances launched in the VPC get DNS hostnames.
|
DescribeVpcAttributeResponse.Builder |
DescribeVpcAttributeResponse.Builder.enableDnsHostnames(AttributeBooleanValue enableDnsHostnames)
Indicates whether the instances launched in the VPC get DNS hostnames.
|
ModifyVpcAttributeRequest.Builder |
ModifyVpcAttributeRequest.Builder.enableDnsSupport(AttributeBooleanValue enableDnsSupport)
Indicates whether the DNS resolution is supported for the VPC.
|
DescribeVpcAttributeResponse.Builder |
DescribeVpcAttributeResponse.Builder.enableDnsSupport(AttributeBooleanValue enableDnsSupport)
Indicates whether DNS resolution is enabled for the VPC.
|
ModifySubnetAttributeRequest.Builder |
ModifySubnetAttributeRequest.Builder.enableResourceNameDnsAAAARecordOnLaunch(AttributeBooleanValue enableResourceNameDnsAAAARecordOnLaunch)
Indicates whether to respond to DNS queries for instance hostnames with DNS AAAA records.
|
ModifySubnetAttributeRequest.Builder |
ModifySubnetAttributeRequest.Builder.enableResourceNameDnsARecordOnLaunch(AttributeBooleanValue enableResourceNameDnsARecordOnLaunch)
Indicates whether to respond to DNS queries for instance hostnames with DNS A records.
|
DescribeInstanceAttributeResponse.Builder |
DescribeInstanceAttributeResponse.Builder.enaSupport(AttributeBooleanValue enaSupport)
Indicates whether enhanced networking with ENA is enabled.
|
ModifyInstanceAttributeRequest.Builder |
ModifyInstanceAttributeRequest.Builder.enaSupport(AttributeBooleanValue enaSupport)
Set to
true to enable enhanced networking with ENA for the instance. |
ModifySubnetAttributeRequest.Builder |
ModifySubnetAttributeRequest.Builder.mapCustomerOwnedIpOnLaunch(AttributeBooleanValue mapCustomerOwnedIpOnLaunch)
Specify
true to indicate that network interfaces attached to instances created in the specified
subnet should be assigned a customer-owned IPv4 address. |
ModifySubnetAttributeRequest.Builder |
ModifySubnetAttributeRequest.Builder.mapPublicIpOnLaunch(AttributeBooleanValue mapPublicIpOnLaunch)
Specify
true to indicate that network interfaces attached to instances created in the specified
subnet should be assigned a public IPv4 address. |
DescribeInstanceAttributeResponse.Builder |
DescribeInstanceAttributeResponse.Builder.sourceDestCheck(AttributeBooleanValue sourceDestCheck)
Enable or disable source/destination checks, which ensure that the instance is either the source or the
destination of any traffic that it receives.
|
ModifyInstanceAttributeRequest.Builder |
ModifyInstanceAttributeRequest.Builder.sourceDestCheck(AttributeBooleanValue sourceDestCheck)
Enable or disable source/destination checks, which ensure that the instance is either the source or the
destination of any traffic that it receives.
|
ModifyNetworkInterfaceAttributeRequest.Builder |
ModifyNetworkInterfaceAttributeRequest.Builder.sourceDestCheck(AttributeBooleanValue sourceDestCheck)
Enable or disable source/destination checks, which ensure that the instance is either the source or the
destination of any traffic that it receives.
|
DescribeNetworkInterfaceAttributeResponse.Builder |
DescribeNetworkInterfaceAttributeResponse.Builder.sourceDestCheck(AttributeBooleanValue sourceDestCheck)
Indicates whether source/destination checking is enabled.
|
Copyright © 2022. All rights reserved.