Package | Description |
---|---|
com.amazonaws.services.gamelift.model | |
com.amazonaws.services.gamelift.model.transform |
Modifier and Type | Field and Description |
---|---|
private FleetAttributes |
CreateFleetResult.fleetAttributes
Properties for the newly created fleet.
|
Modifier and Type | Field and Description |
---|---|
private java.util.List<FleetAttributes> |
DescribeFleetAttributesResult.fleetAttributes
Collection of objects containing attribute metadata for each requested
fleet ID.
|
Modifier and Type | Method and Description |
---|---|
FleetAttributes |
FleetAttributes.clone() |
FleetAttributes |
CreateFleetResult.getFleetAttributes()
Properties for the newly created fleet.
|
FleetAttributes |
FleetAttributes.withBuildId(java.lang.String buildId)
Unique identifier for a build.
|
FleetAttributes |
FleetAttributes.withCreationTime(java.util.Date creationTime)
Time stamp indicating when this object was created.
|
FleetAttributes |
FleetAttributes.withDescription(java.lang.String description)
Human-readable description of the fleet.
|
FleetAttributes |
FleetAttributes.withFleetId(java.lang.String fleetId)
Unique identifier for a fleet.
|
FleetAttributes |
FleetAttributes.withLogPaths(java.util.Collection<java.lang.String> logPaths)
Path to game-session log files generated by your game server.
|
FleetAttributes |
FleetAttributes.withLogPaths(java.lang.String... logPaths)
Path to game-session log files generated by your game server.
|
FleetAttributes |
FleetAttributes.withName(java.lang.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(java.lang.String newGameSessionProtectionPolicy)
Type of game session protection to set for all new instances started in
the fleet.
|
FleetAttributes |
FleetAttributes.withServerLaunchParameters(java.lang.String serverLaunchParameters)
Parameters required to launch your game server.
|
FleetAttributes |
FleetAttributes.withServerLaunchPath(java.lang.String serverLaunchPath)
Path to the launch executable for the game server.
|
FleetAttributes |
FleetAttributes.withStatus(FleetStatus status)
Current status of the fleet.
|
FleetAttributes |
FleetAttributes.withStatus(java.lang.String status)
Current status of the fleet.
|
FleetAttributes |
FleetAttributes.withTerminationTime(java.util.Date terminationTime)
Time stamp indicating when this fleet was terminated.
|
Modifier and Type | Method and Description |
---|---|
java.util.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(java.util.Collection<FleetAttributes> fleetAttributes)
Collection of objects containing attribute metadata for each requested
fleet ID.
|
DescribeFleetAttributesResult |
DescribeFleetAttributesResult.withFleetAttributes(java.util.Collection<FleetAttributes> fleetAttributes)
Collection of objects containing attribute metadata for each requested
fleet ID.
|
Modifier and Type | Method and Description |
---|---|
FleetAttributes |
FleetAttributesJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
FleetAttributesJsonMarshaller.marshall(FleetAttributes fleetAttributes,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|