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 object was created.
|
FleetAttributes |
FleetAttributes.withDescription(String description)
Human-readable description of the fleet.
|
FleetAttributes |
FleetAttributes.withFleetId(String fleetId)
Unique identifier for a fleet.
|
FleetAttributes |
FleetAttributes.withLogPaths(Collection<String> logPaths)
Path to game-session log files generated by your game server.
|
FleetAttributes |
FleetAttributes.withLogPaths(String... logPaths)
Path to game-session log files generated by your game server.
|
FleetAttributes |
FleetAttributes.withName(String name)
Descriptive label associated with this 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.withServerLaunchParameters(String serverLaunchParameters)
Parameters required to launch your game server.
|
FleetAttributes |
FleetAttributes.withServerLaunchPath(String serverLaunchPath)
Path to the launch executable for the game server.
|
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 fleet 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 © 2018. All rights reserved.