| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
AttributeValue |
DescribeImageAttributeResponse.bootMode()
Returns the value of the BootMode property for this object.
|
AttributeValue |
ModifyImageAttributeRequest.description()
A new description for the AMI.
|
AttributeValue |
DescribeImageAttributeResponse.description()
A description for the AMI.
|
AttributeValue |
ModifyNetworkInterfaceAttributeRequest.description()
A description for the network interface.
|
AttributeValue |
DescribeNetworkInterfaceAttributeResponse.description()
The description of the network interface.
|
AttributeValue |
DescribeInstanceAttributeResponse.instanceInitiatedShutdownBehavior()
Indicates whether an instance stops or terminates when you initiate shutdown from the instance (using the
operating system command for system shutdown).
|
AttributeValue |
ModifyInstanceAttributeRequest.instanceInitiatedShutdownBehavior()
Specifies whether an instance stops or terminates when you initiate shutdown from the instance (using the
operating system command for system shutdown).
|
AttributeValue |
DescribeInstanceAttributeResponse.instanceType()
The instance type.
|
AttributeValue |
ModifyInstanceAttributeRequest.instanceType()
Changes the instance type to the specified value.
|
AttributeValue |
ModifyInstanceAttributeRequest.kernel()
Changes the instance's kernel to the specified value.
|
AttributeValue |
DescribeInstanceAttributeResponse.kernelId()
The kernel ID.
|
AttributeValue |
DescribeImageAttributeResponse.kernelId()
The kernel ID.
|
AttributeValue |
ModifyInstanceAttributeRequest.ramdisk()
Changes the instance's RAM disk to the specified value.
|
AttributeValue |
DescribeInstanceAttributeResponse.ramdiskId()
The RAM disk ID.
|
AttributeValue |
DescribeImageAttributeResponse.ramdiskId()
The RAM disk ID.
|
AttributeValue |
DescribeInstanceAttributeResponse.rootDeviceName()
The device name of the root device volume (for example,
/dev/sda1). |
AttributeValue |
DescribeInstanceAttributeResponse.sriovNetSupport()
Indicates whether enhanced networking with the Intel 82599 Virtual Function interface is enabled.
|
AttributeValue |
DescribeImageAttributeResponse.sriovNetSupport()
Indicates whether enhanced networking with the Intel 82599 Virtual Function interface is enabled.
|
AttributeValue |
ModifyInstanceAttributeRequest.sriovNetSupport()
Set to
simple to enable enhanced networking with the Intel 82599 Virtual Function interface for the
instance. |
AttributeValue |
DescribeInstanceAttributeResponse.userData()
The user data.
|
| Modifier and Type | Method and Description |
|---|---|
List<AttributeValue> |
DhcpConfiguration.values()
One or more values for the DHCP option.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeImageAttributeResponse.Builder |
DescribeImageAttributeResponse.Builder.bootMode(AttributeValue bootMode)
Sets the value of the BootMode property for this object.
|
ModifyImageAttributeRequest.Builder |
ModifyImageAttributeRequest.Builder.description(AttributeValue description)
A new description for the AMI.
|
DescribeImageAttributeResponse.Builder |
DescribeImageAttributeResponse.Builder.description(AttributeValue description)
A description for the AMI.
|
ModifyNetworkInterfaceAttributeRequest.Builder |
ModifyNetworkInterfaceAttributeRequest.Builder.description(AttributeValue description)
A description for the network interface.
|
DescribeNetworkInterfaceAttributeResponse.Builder |
DescribeNetworkInterfaceAttributeResponse.Builder.description(AttributeValue description)
The description of the network interface.
|
DescribeInstanceAttributeResponse.Builder |
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 |
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 |
DescribeInstanceAttributeResponse.Builder.instanceType(AttributeValue instanceType)
The instance type.
|
ModifyInstanceAttributeRequest.Builder |
ModifyInstanceAttributeRequest.Builder.instanceType(AttributeValue instanceType)
Changes the instance type to the specified value.
|
ModifyInstanceAttributeRequest.Builder |
ModifyInstanceAttributeRequest.Builder.kernel(AttributeValue kernel)
Changes the instance's kernel to the specified value.
|
DescribeInstanceAttributeResponse.Builder |
DescribeInstanceAttributeResponse.Builder.kernelId(AttributeValue kernelId)
The kernel ID.
|
DescribeImageAttributeResponse.Builder |
DescribeImageAttributeResponse.Builder.kernelId(AttributeValue kernelId)
The kernel ID.
|
ModifyInstanceAttributeRequest.Builder |
ModifyInstanceAttributeRequest.Builder.ramdisk(AttributeValue ramdisk)
Changes the instance's RAM disk to the specified value.
|
DescribeInstanceAttributeResponse.Builder |
DescribeInstanceAttributeResponse.Builder.ramdiskId(AttributeValue ramdiskId)
The RAM disk ID.
|
DescribeImageAttributeResponse.Builder |
DescribeImageAttributeResponse.Builder.ramdiskId(AttributeValue ramdiskId)
The RAM disk ID.
|
DescribeInstanceAttributeResponse.Builder |
DescribeInstanceAttributeResponse.Builder.rootDeviceName(AttributeValue rootDeviceName)
The device name of the root device volume (for example,
/dev/sda1). |
DescribeInstanceAttributeResponse.Builder |
DescribeInstanceAttributeResponse.Builder.sriovNetSupport(AttributeValue sriovNetSupport)
Indicates whether enhanced networking with the Intel 82599 Virtual Function interface is enabled.
|
DescribeImageAttributeResponse.Builder |
DescribeImageAttributeResponse.Builder.sriovNetSupport(AttributeValue sriovNetSupport)
Indicates whether enhanced networking with the Intel 82599 Virtual Function interface is enabled.
|
ModifyInstanceAttributeRequest.Builder |
ModifyInstanceAttributeRequest.Builder.sriovNetSupport(AttributeValue sriovNetSupport)
Set to
simple to enable enhanced networking with the Intel 82599 Virtual Function interface for
the instance. |
DescribeInstanceAttributeResponse.Builder |
DescribeInstanceAttributeResponse.Builder.userData(AttributeValue userData)
The user data.
|
DhcpConfiguration.Builder |
DhcpConfiguration.Builder.values(AttributeValue... values)
One or more values for the DHCP option.
|
| Modifier and Type | Method and Description |
|---|---|
DhcpConfiguration.Builder |
DhcpConfiguration.Builder.values(Collection<AttributeValue> values)
One or more values for the DHCP option.
|
Copyright © 2022. All rights reserved.