Uses of Class
software.amazon.awssdk.services.ec2.model.AttributeValue
Packages that use AttributeValue
-
Uses of AttributeValue in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return AttributeValueModifier and TypeMethodDescriptionfinal AttributeValueDescribeImageAttributeResponse.bootMode()The boot mode.final AttributeValueDescribeImageAttributeResponse.deregistrationProtection()Indicates whether deregistration protection is enabled for the AMI.final AttributeValueDescribeImageAttributeResponse.description()A description for the AMI.final AttributeValueDescribeNetworkInterfaceAttributeResponse.description()The description of the network interface.final AttributeValueModifyImageAttributeRequest.description()A new description for the AMI.final AttributeValueModifyNetworkInterfaceAttributeRequest.description()A description for the network interface.final AttributeValueDescribeImageAttributeResponse.imdsSupport()Ifv2.0, it indicates that IMDSv2 is specified in the AMI.final AttributeValueModifyImageAttributeRequest.imdsSupport()Set tov2.0to indicate that IMDSv2 is specified in the AMI.final AttributeValueDescribeInstanceAttributeResponse.instanceInitiatedShutdownBehavior()Indicates whether an instance stops or terminates when you initiate shutdown from the instance (using the operating system command for system shutdown).final AttributeValueModifyInstanceAttributeRequest.instanceInitiatedShutdownBehavior()Specifies whether an instance stops or terminates when you initiate shutdown from the instance (using the operating system command for system shutdown).final AttributeValueDescribeInstanceAttributeResponse.instanceType()The instance type.final AttributeValueModifyInstanceAttributeRequest.instanceType()Changes the instance type to the specified value.final AttributeValueModifyInstanceAttributeRequest.kernel()Changes the instance's kernel to the specified value.final AttributeValueDescribeImageAttributeResponse.kernelId()The kernel ID.final AttributeValueDescribeInstanceAttributeResponse.kernelId()The kernel ID.final AttributeValueDescribeImageAttributeResponse.lastLaunchedTime()The date and time, in ISO 8601 date-time format, when the AMI was last used to launch an EC2 instance.final AttributeValueModifyInstanceAttributeRequest.ramdisk()Changes the instance's RAM disk to the specified value.final AttributeValueDescribeImageAttributeResponse.ramdiskId()The RAM disk ID.final AttributeValueDescribeInstanceAttributeResponse.ramdiskId()The RAM disk ID.final AttributeValueDescribeInstanceAttributeResponse.rootDeviceName()The device name of the root device volume (for example,/dev/sda1).final AttributeValueDescribeImageAttributeResponse.sriovNetSupport()Indicates whether enhanced networking with the Intel 82599 Virtual Function interface is enabled.final AttributeValueDescribeInstanceAttributeResponse.sriovNetSupport()Indicates whether enhanced networking with the Intel 82599 Virtual Function interface is enabled.final AttributeValueModifyInstanceAttributeRequest.sriovNetSupport()Set tosimpleto enable enhanced networking with the Intel 82599 Virtual Function interface for the instance.final AttributeValueDescribeImageAttributeResponse.tpmSupport()If the image is configured for NitroTPM support, the value isv2.0.final AttributeValueDescribeImageAttributeResponse.uefiData()Base64 representation of the non-volatile UEFI variable store.final AttributeValueDescribeInstanceAttributeResponse.userData()The user data.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type AttributeValueModifier and TypeMethodDescriptionfinal List<AttributeValue>DhcpConfiguration.values()The values for the DHCP option.Methods in software.amazon.awssdk.services.ec2.model with parameters of type AttributeValueModifier and TypeMethodDescriptionDescribeImageAttributeResponse.Builder.bootMode(AttributeValue bootMode) The boot mode.DescribeImageAttributeResponse.Builder.deregistrationProtection(AttributeValue deregistrationProtection) Indicates whether deregistration protection is enabled for the AMI.DescribeImageAttributeResponse.Builder.description(AttributeValue description) A description for the AMI.DescribeNetworkInterfaceAttributeResponse.Builder.description(AttributeValue description) The description of the network interface.ModifyImageAttributeRequest.Builder.description(AttributeValue description) A new description for the AMI.ModifyNetworkInterfaceAttributeRequest.Builder.description(AttributeValue description) A description for the network interface.DescribeImageAttributeResponse.Builder.imdsSupport(AttributeValue imdsSupport) Ifv2.0, it indicates that IMDSv2 is specified in the AMI.ModifyImageAttributeRequest.Builder.imdsSupport(AttributeValue imdsSupport) Set tov2.0to indicate that IMDSv2 is specified in the AMI.DescribeInstanceAttributeResponse.Builder.instanceInitiatedShutdownBehavior(AttributeValue instanceInitiatedShutdownBehavior) Indicates whether an instance stops or terminates when you initiate shutdown from the instance (using the operating system command for system shutdown).ModifyInstanceAttributeRequest.Builder.instanceInitiatedShutdownBehavior(AttributeValue instanceInitiatedShutdownBehavior) Specifies whether an instance stops or terminates when you initiate shutdown from the instance (using the operating system command for system shutdown).DescribeInstanceAttributeResponse.Builder.instanceType(AttributeValue instanceType) The instance type.ModifyInstanceAttributeRequest.Builder.instanceType(AttributeValue instanceType) Changes the instance type to the specified value.ModifyInstanceAttributeRequest.Builder.kernel(AttributeValue kernel) Changes the instance's kernel to the specified value.DescribeImageAttributeResponse.Builder.kernelId(AttributeValue kernelId) The kernel ID.DescribeInstanceAttributeResponse.Builder.kernelId(AttributeValue kernelId) The kernel ID.DescribeImageAttributeResponse.Builder.lastLaunchedTime(AttributeValue lastLaunchedTime) The date and time, in ISO 8601 date-time format, when the AMI was last used to launch an EC2 instance.ModifyInstanceAttributeRequest.Builder.ramdisk(AttributeValue ramdisk) Changes the instance's RAM disk to the specified value.DescribeImageAttributeResponse.Builder.ramdiskId(AttributeValue ramdiskId) The RAM disk ID.DescribeInstanceAttributeResponse.Builder.ramdiskId(AttributeValue ramdiskId) The RAM disk ID.DescribeInstanceAttributeResponse.Builder.rootDeviceName(AttributeValue rootDeviceName) The device name of the root device volume (for example,/dev/sda1).DescribeImageAttributeResponse.Builder.sriovNetSupport(AttributeValue sriovNetSupport) Indicates whether enhanced networking with the Intel 82599 Virtual Function interface is enabled.DescribeInstanceAttributeResponse.Builder.sriovNetSupport(AttributeValue sriovNetSupport) Indicates whether enhanced networking with the Intel 82599 Virtual Function interface is enabled.ModifyInstanceAttributeRequest.Builder.sriovNetSupport(AttributeValue sriovNetSupport) Set tosimpleto enable enhanced networking with the Intel 82599 Virtual Function interface for the instance.DescribeImageAttributeResponse.Builder.tpmSupport(AttributeValue tpmSupport) If the image is configured for NitroTPM support, the value isv2.0.DescribeImageAttributeResponse.Builder.uefiData(AttributeValue uefiData) Base64 representation of the non-volatile UEFI variable store.DescribeInstanceAttributeResponse.Builder.userData(AttributeValue userData) The user data.DhcpConfiguration.Builder.values(AttributeValue... values) The values for the DHCP option.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type AttributeValueModifier and TypeMethodDescriptionDhcpConfiguration.Builder.values(Collection<AttributeValue> values) The values for the DHCP option.