| Package | Description |
|---|---|
| com.amazonaws.services.gamelift.model |
| Modifier and Type | Method and Description |
|---|---|
Compute |
Compute.clone() |
Compute |
DescribeComputeResult.getCompute()
The set of properties for the requested compute resource.
|
Compute |
RegisterComputeResult.getCompute()
The details of the compute resource you registered.
|
Compute |
Compute.withComputeArn(String computeArn)
The ARN that is assigned to a compute resource and uniquely identifies it.
|
Compute |
Compute.withComputeName(String computeName)
A descriptive label for the compute resource.
|
Compute |
Compute.withComputeStatus(ComputeStatus computeStatus)
Current status of the compute.
|
Compute |
Compute.withComputeStatus(String computeStatus)
Current status of the compute.
|
Compute |
Compute.withCreationTime(Date creationTime)
A time stamp indicating when this data object was created.
|
Compute |
Compute.withDnsName(String dnsName)
The DNS name of a compute resource.
|
Compute |
Compute.withFleetArn(String fleetArn)
The Amazon Resource Name (ARN) of the fleet that the compute belongs to.
|
Compute |
Compute.withFleetId(String fleetId)
A unique identifier for the fleet that the compute belongs to.
|
Compute |
Compute.withGameLiftServiceSdkEndpoint(String gameLiftServiceSdkEndpoint)
The Amazon GameLift SDK endpoint connection for a registered compute resource in an Anywhere fleet.
|
Compute |
Compute.withIpAddress(String ipAddress)
The IP address of a compute resource.
|
Compute |
Compute.withLocation(String location)
The name of the custom location you added to the fleet that this compute resource resides in.
|
Compute |
Compute.withOperatingSystem(OperatingSystem operatingSystem)
The type of operating system on the compute resource.
|
Compute |
Compute.withOperatingSystem(String operatingSystem)
The type of operating system on the compute resource.
|
Compute |
Compute.withType(EC2InstanceType type)
The Amazon EC2 instance type that the fleet uses.
|
Compute |
Compute.withType(String type)
The Amazon EC2 instance type that the fleet uses.
|
| Modifier and Type | Method and Description |
|---|---|
List<Compute> |
ListComputeResult.getComputeList()
A list of compute resources in the specified fleet.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeComputeResult.setCompute(Compute compute)
The set of properties for the requested compute resource.
|
void |
RegisterComputeResult.setCompute(Compute compute)
The details of the compute resource you registered.
|
DescribeComputeResult |
DescribeComputeResult.withCompute(Compute compute)
The set of properties for the requested compute resource.
|
RegisterComputeResult |
RegisterComputeResult.withCompute(Compute compute)
The details of the compute resource you registered.
|
ListComputeResult |
ListComputeResult.withComputeList(Compute... computeList)
A list of compute resources in the specified fleet.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListComputeResult.setComputeList(Collection<Compute> computeList)
A list of compute resources in the specified fleet.
|
ListComputeResult |
ListComputeResult.withComputeList(Collection<Compute> computeList)
A list of compute resources in the specified fleet.
|
Copyright © 2023. All rights reserved.