| Package | Description |
|---|---|
| com.amazonaws.services.gamelift.model |
| Modifier and Type | Method and Description |
|---|---|
Instance |
Instance.clone() |
Instance |
Instance.withCreationTime(Date creationTime)
Time stamp indicating when this data object was created.
|
Instance |
Instance.withFleetId(String fleetId)
Unique identifier for a fleet that the instance is in.
|
Instance |
Instance.withInstanceId(String instanceId)
Unique identifier for an instance.
|
Instance |
Instance.withIpAddress(String ipAddress)
IP address assigned to the instance.
|
Instance |
Instance.withOperatingSystem(OperatingSystem operatingSystem)
Operating system that is running on this instance.
|
Instance |
Instance.withOperatingSystem(String operatingSystem)
Operating system that is running on this instance.
|
Instance |
Instance.withStatus(InstanceStatus status)
Current status of the instance.
|
Instance |
Instance.withStatus(String status)
Current status of the instance.
|
Instance |
Instance.withType(EC2InstanceType type)
EC2 instance type that defines the computing resources of this instance.
|
Instance |
Instance.withType(String type)
EC2 instance type that defines the computing resources of this instance.
|
| Modifier and Type | Method and Description |
|---|---|
List<Instance> |
DescribeInstancesResult.getInstances()
Collection of objects containing properties for each instance returned.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeInstancesResult |
DescribeInstancesResult.withInstances(Instance... instances)
Collection of objects containing properties for each instance returned.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeInstancesResult.setInstances(Collection<Instance> instances)
Collection of objects containing properties for each instance returned.
|
DescribeInstancesResult |
DescribeInstancesResult.withInstances(Collection<Instance> instances)
Collection of objects containing properties for each instance returned.
|
Copyright © 2017. All rights reserved.