| 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.withBuildId(String buildId)
Unique identifier for a build.
|
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)
Identifier for a fleet that is unique across all regions.
|
FleetAttributes |
FleetAttributes.withFleetId(String fleetId)
Unique identifier for a fleet.
|
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)
Descriptive label that is associated with a fleet.
|
FleetAttributes |
FleetAttributes.withNewGameSessionProtectionPolicy(ProtectionPolicy newGameSessionProtectionPolicy)
Type of game session protection to set for all new instances started in the fleet.
|
FleetAttributes |
FleetAttributes.withNewGameSessionProtectionPolicy(String newGameSessionProtectionPolicy)
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.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.withTerminationTime(Date terminationTime)
Time stamp indicating when this data object was terminated.
|
| Modifier and Type | Method and Description |
|---|---|
List<FleetAttributes> |
DescribeFleetAttributesResult.getFleetAttributes()
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)
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)
Collection of objects containing attribute metadata for each requested fleet ID.
|
DescribeFleetAttributesResult |
DescribeFleetAttributesResult.withFleetAttributes(Collection<FleetAttributes> fleetAttributes)
Collection of objects containing attribute metadata for each requested fleet ID.
|
Copyright © 2017. All rights reserved.