Uses of Class
software.amazon.awssdk.services.ec2.model.AttributeBooleanValue
Packages that use AttributeBooleanValue
-
Uses of AttributeBooleanValue in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return AttributeBooleanValueModifier and TypeMethodDescriptionfinal AttributeBooleanValueModifySubnetAttributeRequest.assignIpv6AddressOnCreation()Specifytrueto indicate that network interfaces created in the specified subnet should be assigned an IPv6 address.final AttributeBooleanValueDescribeVolumeAttributeResponse.autoEnableIO()The state ofautoEnableIOattribute.final AttributeBooleanValueModifyVolumeAttributeRequest.autoEnableIO()Indicates whether the volume should be auto-enabled for I/O operations.final AttributeBooleanValueDescribeInstanceAttributeResponse.disableApiStop()Indicates whether stop protection is enabled for the instance.final AttributeBooleanValueModifyInstanceAttributeRequest.disableApiStop()Indicates whether an instance is enabled for stop protection.final AttributeBooleanValueDescribeInstanceAttributeResponse.disableApiTermination()Indicates whether termination protection is enabled.final AttributeBooleanValueModifyInstanceAttributeRequest.disableApiTermination()Enable or disable termination protection for the instance.final AttributeBooleanValueModifySubnetAttributeRequest.disableLniAtDeviceIndex()Specifytrueto indicate that local network interfaces at the current position should be disabled.final AttributeBooleanValueDescribeInstanceAttributeResponse.ebsOptimized()Indicates whether the instance is optimized for Amazon EBS I/O.final AttributeBooleanValueModifyInstanceAttributeRequest.ebsOptimized()Specifies whether the instance is optimized for Amazon EBS I/O.final AttributeBooleanValueModifySubnetAttributeRequest.enableDns64()Indicates whether DNS queries made to the Amazon-provided DNS Resolver in this subnet should return synthetic IPv6 addresses for IPv4-only destinations.final AttributeBooleanValueDescribeVpcAttributeResponse.enableDnsHostnames()Indicates whether the instances launched in the VPC get DNS hostnames.final AttributeBooleanValueModifyVpcAttributeRequest.enableDnsHostnames()Indicates whether the instances launched in the VPC get DNS hostnames.final AttributeBooleanValueDescribeVpcAttributeResponse.enableDnsSupport()Indicates whether DNS resolution is enabled for the VPC.final AttributeBooleanValueModifyVpcAttributeRequest.enableDnsSupport()Indicates whether the DNS resolution is supported for the VPC.final AttributeBooleanValueDescribeVpcAttributeResponse.enableNetworkAddressUsageMetrics()Indicates whether Network Address Usage metrics are enabled for your VPC.final AttributeBooleanValueModifyVpcAttributeRequest.enableNetworkAddressUsageMetrics()Indicates whether Network Address Usage metrics are enabled for your VPC.final AttributeBooleanValueModifySubnetAttributeRequest.enableResourceNameDnsAAAARecordOnLaunch()Indicates whether to respond to DNS queries for instance hostnames with DNS AAAA records.final AttributeBooleanValueModifySubnetAttributeRequest.enableResourceNameDnsARecordOnLaunch()Indicates whether to respond to DNS queries for instance hostnames with DNS A records.final AttributeBooleanValueDescribeInstanceAttributeResponse.enaSupport()Indicates whether enhanced networking with ENA is enabled.final AttributeBooleanValueModifyInstanceAttributeRequest.enaSupport()Set totrueto enable enhanced networking with ENA for the instance.final AttributeBooleanValueModifySubnetAttributeRequest.mapCustomerOwnedIpOnLaunch()Specifytrueto indicate that network interfaces attached to instances created in the specified subnet should be assigned a customer-owned IPv4 address.final AttributeBooleanValueModifySubnetAttributeRequest.mapPublicIpOnLaunch()Specifytrueto indicate that network interfaces attached to instances created in the specified subnet should be assigned a public IPv4 address.final AttributeBooleanValueDescribeInstanceAttributeResponse.sourceDestCheck()Indicates whether source/destination checks are enabled.final AttributeBooleanValueDescribeNetworkInterfaceAttributeResponse.sourceDestCheck()Indicates whether source/destination checking is enabled.final AttributeBooleanValueModifyInstanceAttributeRequest.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.final AttributeBooleanValueModifyNetworkInterfaceAttributeRequest.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.Methods in software.amazon.awssdk.services.ec2.model with parameters of type AttributeBooleanValueModifier and TypeMethodDescriptionModifySubnetAttributeRequest.Builder.assignIpv6AddressOnCreation(AttributeBooleanValue assignIpv6AddressOnCreation) Specifytrueto indicate that network interfaces created in the specified subnet should be assigned an IPv6 address.DescribeVolumeAttributeResponse.Builder.autoEnableIO(AttributeBooleanValue autoEnableIO) The state ofautoEnableIOattribute.ModifyVolumeAttributeRequest.Builder.autoEnableIO(AttributeBooleanValue autoEnableIO) Indicates whether the volume should be auto-enabled for I/O operations.DescribeInstanceAttributeResponse.Builder.disableApiStop(AttributeBooleanValue disableApiStop) Indicates whether stop protection is enabled for the instance.ModifyInstanceAttributeRequest.Builder.disableApiStop(AttributeBooleanValue disableApiStop) Indicates whether an instance is enabled for stop protection.DescribeInstanceAttributeResponse.Builder.disableApiTermination(AttributeBooleanValue disableApiTermination) Indicates whether termination protection is enabled.ModifyInstanceAttributeRequest.Builder.disableApiTermination(AttributeBooleanValue disableApiTermination) Enable or disable termination protection for the instance.ModifySubnetAttributeRequest.Builder.disableLniAtDeviceIndex(AttributeBooleanValue disableLniAtDeviceIndex) Specifytrueto indicate that local network interfaces at the current position should be disabled.DescribeInstanceAttributeResponse.Builder.ebsOptimized(AttributeBooleanValue ebsOptimized) Indicates whether the instance is optimized for Amazon EBS I/O.ModifyInstanceAttributeRequest.Builder.ebsOptimized(AttributeBooleanValue ebsOptimized) Specifies whether the instance is optimized for Amazon EBS I/O.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.DescribeVpcAttributeResponse.Builder.enableDnsHostnames(AttributeBooleanValue enableDnsHostnames) Indicates whether the instances launched in the VPC get DNS hostnames.ModifyVpcAttributeRequest.Builder.enableDnsHostnames(AttributeBooleanValue enableDnsHostnames) Indicates whether the instances launched in the VPC get DNS hostnames.DescribeVpcAttributeResponse.Builder.enableDnsSupport(AttributeBooleanValue enableDnsSupport) Indicates whether DNS resolution is enabled for the VPC.ModifyVpcAttributeRequest.Builder.enableDnsSupport(AttributeBooleanValue enableDnsSupport) Indicates whether the DNS resolution is supported for the VPC.DescribeVpcAttributeResponse.Builder.enableNetworkAddressUsageMetrics(AttributeBooleanValue enableNetworkAddressUsageMetrics) Indicates whether Network Address Usage metrics are enabled for your VPC.ModifyVpcAttributeRequest.Builder.enableNetworkAddressUsageMetrics(AttributeBooleanValue enableNetworkAddressUsageMetrics) Indicates whether Network Address Usage metrics are enabled for your VPC.ModifySubnetAttributeRequest.Builder.enableResourceNameDnsAAAARecordOnLaunch(AttributeBooleanValue enableResourceNameDnsAAAARecordOnLaunch) Indicates whether to respond to DNS queries for instance hostnames with DNS AAAA records.ModifySubnetAttributeRequest.Builder.enableResourceNameDnsARecordOnLaunch(AttributeBooleanValue enableResourceNameDnsARecordOnLaunch) Indicates whether to respond to DNS queries for instance hostnames with DNS A records.DescribeInstanceAttributeResponse.Builder.enaSupport(AttributeBooleanValue enaSupport) Indicates whether enhanced networking with ENA is enabled.ModifyInstanceAttributeRequest.Builder.enaSupport(AttributeBooleanValue enaSupport) Set totrueto enable enhanced networking with ENA for the instance.ModifySubnetAttributeRequest.Builder.mapCustomerOwnedIpOnLaunch(AttributeBooleanValue mapCustomerOwnedIpOnLaunch) Specifytrueto indicate that network interfaces attached to instances created in the specified subnet should be assigned a customer-owned IPv4 address.ModifySubnetAttributeRequest.Builder.mapPublicIpOnLaunch(AttributeBooleanValue mapPublicIpOnLaunch) Specifytrueto indicate that network interfaces attached to instances created in the specified subnet should be assigned a public IPv4 address.DescribeInstanceAttributeResponse.Builder.sourceDestCheck(AttributeBooleanValue sourceDestCheck) Indicates whether source/destination checks are enabled.DescribeNetworkInterfaceAttributeResponse.Builder.sourceDestCheck(AttributeBooleanValue sourceDestCheck) Indicates whether source/destination checking is enabled.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.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.