| Package | Description |
|---|---|
| com.amazonaws.services.gamelift.model |
| Modifier and Type | Method and Description |
|---|---|
FleetAttributes |
FleetAttributes.clone() |
FleetAttributes |
CreateFleetResult.getFleetAttributes()
Properties for the newly created fleet.
|
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 a build.
|
FleetAttributes |
FleetAttributes.withCertificateConfiguration(CertificateConfiguration certificateConfiguration)
Indicates whether a TLS/SSL certificate was generated for the fleet.
|
FleetAttributes |
FleetAttributes.withCreationTime(Date creationTime)
Time stamp indicating when this data object was created.
|
FleetAttributes |
FleetAttributes.withDescription(String description)
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 a fleet.
|
FleetAttributes |
FleetAttributes.withFleetType(FleetType fleetType)
Indicates whether the fleet uses on-demand or spot instances.
|
FleetAttributes |
FleetAttributes.withFleetType(String fleetType)
Indicates whether the fleet uses on-demand or spot instances.
|
FleetAttributes |
FleetAttributes.withInstanceRoleArn(String instanceRoleArn)
A unique identifier for an AWS IAM role that manages access to your AWS services.
|
FleetAttributes |
FleetAttributes.withInstanceType(EC2InstanceType instanceType)
EC2 instance type indicating the computing resources of each instance in the fleet, including CPU, memory,
storage, and networking capacity.
|
FleetAttributes |
FleetAttributes.withInstanceType(String instanceType)
EC2 instance type indicating the computing resources of each instance in the fleet, including CPU, memory,
storage, and networking capacity.
|
FleetAttributes |
FleetAttributes.withLogPaths(Collection<String> logPaths)
Location of default log files.
|
FleetAttributes |
FleetAttributes.withLogPaths(String... logPaths)
Location of default log files.
|
FleetAttributes |
FleetAttributes.withMetricGroups(Collection<String> metricGroups)
Names of metric groups that this fleet is included in.
|
FleetAttributes |
FleetAttributes.withMetricGroups(String... metricGroups)
Names of metric groups that this fleet is included in.
|
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 for all new instances started in the fleet.
|
FleetAttributes |
FleetAttributes.withNewGameSessionProtectionPolicy(String newGameSessionProtectionPolicy)
The type of game session protection to set for all new instances started in the fleet.
|
FleetAttributes |
FleetAttributes.withOperatingSystem(OperatingSystem operatingSystem)
Operating system of the fleet's computing resources.
|
FleetAttributes |
FleetAttributes.withOperatingSystem(String operatingSystem)
Operating system of the fleet's computing resources.
|
FleetAttributes |
FleetAttributes.withResourceCreationLimitPolicy(ResourceCreationLimitPolicy resourceCreationLimitPolicy)
Fleet policy to limit the number of game sessions an individual player can create over a span of time.
|
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 a Realtime script.
|
FleetAttributes |
FleetAttributes.withServerLaunchParameters(String serverLaunchParameters)
Game server launch parameters specified for fleets created before 2016-08-04 (or AWS SDK v.
|
FleetAttributes |
FleetAttributes.withServerLaunchPath(String serverLaunchPath)
Path to a game server executable in the fleet's build, specified for fleets created before 2016-08-04 (or AWS SDK
v.
|
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)
List of fleet actions that have been suspended using StopFleetActions.
|
FleetAttributes |
FleetAttributes.withStoppedActions(FleetAction... stoppedActions)
List of fleet actions that have been suspended using StopFleetActions.
|
FleetAttributes |
FleetAttributes.withStoppedActions(String... stoppedActions)
List of fleet actions that have been suspended using StopFleetActions.
|
FleetAttributes |
FleetAttributes.withTerminationTime(Date terminationTime)
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)
Properties for the newly created fleet.
|
DescribeFleetAttributesResult |
DescribeFleetAttributesResult.withFleetAttributes(FleetAttributes... fleetAttributes)
A collection of objects containing attribute metadata for each requested fleet ID.
|
CreateFleetResult |
CreateFleetResult.withFleetAttributes(FleetAttributes fleetAttributes)
Properties for the newly created fleet.
|
| 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 © 2020. All rights reserved.