| Package | Description |
|---|---|
| com.amazonaws.services.snowdevicemanagement.model |
| Modifier and Type | Method and Description |
|---|---|
Instance |
Instance.clone() |
Instance |
InstanceSummary.getInstance()
A structure containing details about the instance.
|
Instance |
Instance.withAmiLaunchIndex(Integer amiLaunchIndex)
The Amazon Machine Image (AMI) launch index, which you can use to find this instance in the launch group.
|
Instance |
Instance.withBlockDeviceMappings(Collection<InstanceBlockDeviceMapping> blockDeviceMappings)
Any block device mapping entries for the instance.
|
Instance |
Instance.withBlockDeviceMappings(InstanceBlockDeviceMapping... blockDeviceMappings)
Any block device mapping entries for the instance.
|
Instance |
Instance.withCpuOptions(CpuOptions cpuOptions)
The CPU options for the instance.
|
Instance |
Instance.withCreatedAt(Date createdAt)
When the instance was created.
|
Instance |
Instance.withImageId(String imageId)
The ID of the AMI used to launch the instance.
|
Instance |
Instance.withInstanceId(String instanceId)
The ID of the instance.
|
Instance |
Instance.withInstanceType(String instanceType)
The instance type.
|
Instance |
Instance.withPrivateIpAddress(String privateIpAddress)
The private IPv4 address assigned to the instance.
|
Instance |
Instance.withPublicIpAddress(String publicIpAddress)
The public IPv4 address assigned to the instance.
|
Instance |
Instance.withRootDeviceName(String rootDeviceName)
The device name of the root device volume (for example,
/dev/sda1). |
Instance |
Instance.withSecurityGroups(Collection<SecurityGroupIdentifier> securityGroups)
The security groups for the instance.
|
Instance |
Instance.withSecurityGroups(SecurityGroupIdentifier... securityGroups)
The security groups for the instance.
|
Instance |
Instance.withState(InstanceState state) |
Instance |
Instance.withUpdatedAt(Date updatedAt)
When the instance was last updated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
InstanceSummary.setInstance(Instance instance)
A structure containing details about the instance.
|
InstanceSummary |
InstanceSummary.withInstance(Instance instance)
A structure containing details about the instance.
|
Copyright © 2022. All rights reserved.