| Package | Description |
|---|---|
| com.amazonaws.services.gamelift.model |
| Modifier and Type | Method and Description |
|---|---|
FleetAttributes |
FleetAttributes.clone() |
FleetAttributes |
CreateFleetResult.getFleetAttributes()
The properties for the new fleet, including the current status.
|
FleetAttributes |
FleetAttributes.withAnywhereConfiguration(AnywhereConfiguration anywhereConfiguration) |
FleetAttributes |
FleetAttributes.withBuildArn(String buildArn)
The Amazon Resource Name (ARN)
associated with the GameLift build resource that is deployed on instances in this fleet.
|
FleetAttributes |
FleetAttributes.withBuildId(String buildId)
A unique identifier for the build resource that is deployed on instances in this fleet.
|
FleetAttributes |
FleetAttributes.withCertificateConfiguration(CertificateConfiguration certificateConfiguration) |
FleetAttributes |
FleetAttributes.withComputeType(ComputeType computeType)
The type of compute resource used to host your game servers.
|
FleetAttributes |
FleetAttributes.withComputeType(String computeType)
The type of compute resource used to host your game servers.
|
FleetAttributes |
FleetAttributes.withCreationTime(Date creationTime)
A time stamp indicating when this data object was created.
|
FleetAttributes |
FleetAttributes.withDescription(String description)
A human-readable description of the fleet.
|
FleetAttributes |
FleetAttributes.withFleetArn(String fleetArn)
The Amazon Resource Name (ARN)
that is assigned to a GameLift fleet resource and uniquely identifies it.
|
FleetAttributes |
FleetAttributes.withFleetId(String fleetId)
A unique identifier for the fleet.
|
FleetAttributes |
FleetAttributes.withFleetType(FleetType fleetType)
Indicates whether to use On-Demand or Spot instances for this fleet.
|
FleetAttributes |
FleetAttributes.withFleetType(String fleetType)
Indicates whether to use On-Demand or Spot instances for this fleet.
|
FleetAttributes |
FleetAttributes.withInstanceRoleArn(String instanceRoleArn)
A unique identifier for an IAM role that manages access to your Amazon Web Services services.
|
FleetAttributes |
FleetAttributes.withInstanceType(EC2InstanceType instanceType)
The Amazon EC2 instance type that determines the computing resources of each instance in the fleet.
|
FleetAttributes |
FleetAttributes.withInstanceType(String instanceType)
The Amazon EC2 instance type that determines the computing resources of each instance in the fleet.
|
FleetAttributes |
FleetAttributes.withLogPaths(Collection<String> logPaths)
This parameter is no longer used. Game session log paths are now defined using the GameLift server API
ProcessReady() logParameters. |
FleetAttributes |
FleetAttributes.withLogPaths(String... logPaths)
This parameter is no longer used. Game session log paths are now defined using the GameLift server API
ProcessReady() logParameters. |
FleetAttributes |
FleetAttributes.withMetricGroups(Collection<String> metricGroups)
Name of a metric group that metrics for this fleet are added to.
|
FleetAttributes |
FleetAttributes.withMetricGroups(String... metricGroups)
Name of a metric group that metrics for this fleet are added to.
|
FleetAttributes |
FleetAttributes.withName(String name)
A descriptive label that is associated with a fleet.
|
FleetAttributes |
FleetAttributes.withNewGameSessionProtectionPolicy(ProtectionPolicy newGameSessionProtectionPolicy)
The type of game session protection to set on all new instances that are started in the fleet.
|
FleetAttributes |
FleetAttributes.withNewGameSessionProtectionPolicy(String newGameSessionProtectionPolicy)
The type of game session protection to set on all new instances that are started in the fleet.
|
FleetAttributes |
FleetAttributes.withOperatingSystem(OperatingSystem operatingSystem)
The operating system of the fleet's computing resources.
|
FleetAttributes |
FleetAttributes.withOperatingSystem(String operatingSystem)
The operating system of the fleet's computing resources.
|
FleetAttributes |
FleetAttributes.withResourceCreationLimitPolicy(ResourceCreationLimitPolicy resourceCreationLimitPolicy) |
FleetAttributes |
FleetAttributes.withScriptArn(String scriptArn)
The Amazon Resource Name (ARN)
associated with the GameLift script resource that is deployed on instances in this fleet.
|
FleetAttributes |
FleetAttributes.withScriptId(String scriptId)
A unique identifier for the Realtime script resource that is deployed on instances in this fleet.
|
FleetAttributes |
FleetAttributes.withServerLaunchParameters(String serverLaunchParameters)
This parameter is no longer used. Server launch parameters are now defined using the fleet's runtime
configuration .
|
FleetAttributes |
FleetAttributes.withServerLaunchPath(String serverLaunchPath)
This parameter is no longer used. Server launch paths are now defined using the fleet's RuntimeConfiguration .
|
FleetAttributes |
FleetAttributes.withStatus(FleetStatus status)
Current status of the fleet.
|
FleetAttributes |
FleetAttributes.withStatus(String status)
Current status of the fleet.
|
FleetAttributes |
FleetAttributes.withStoppedActions(Collection<String> stoppedActions)
A list of fleet activity that has been suspended using StopFleetActions .
|
FleetAttributes |
FleetAttributes.withStoppedActions(FleetAction... stoppedActions)
A list of fleet activity that has been suspended using StopFleetActions .
|
FleetAttributes |
FleetAttributes.withStoppedActions(String... stoppedActions)
A list of fleet activity that has been suspended using StopFleetActions .
|
FleetAttributes |
FleetAttributes.withTerminationTime(Date terminationTime)
A time stamp indicating when this data object was terminated.
|
| Modifier and Type | Method and Description |
|---|---|
List<FleetAttributes> |
DescribeFleetAttributesResult.getFleetAttributes()
A collection of objects containing attribute metadata for each requested fleet ID.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateFleetResult.setFleetAttributes(FleetAttributes fleetAttributes)
The properties for the new fleet, including the current status.
|
DescribeFleetAttributesResult |
DescribeFleetAttributesResult.withFleetAttributes(FleetAttributes... fleetAttributes)
A collection of objects containing attribute metadata for each requested fleet ID.
|
CreateFleetResult |
CreateFleetResult.withFleetAttributes(FleetAttributes fleetAttributes)
The properties for the new fleet, including the current status.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeFleetAttributesResult.setFleetAttributes(Collection<FleetAttributes> fleetAttributes)
A collection of objects containing attribute metadata for each requested fleet ID.
|
DescribeFleetAttributesResult |
DescribeFleetAttributesResult.withFleetAttributes(Collection<FleetAttributes> fleetAttributes)
A collection of objects containing attribute metadata for each requested fleet ID.
|
Copyright © 2022. All rights reserved.