Uses of Class
com.amazonaws.services.gamelift.model.FleetAttributes
Packages that use FleetAttributes
-
Uses of FleetAttributes in com.amazonaws.services.gamelift.model
Methods in com.amazonaws.services.gamelift.model that return FleetAttributesModifier and TypeMethodDescriptionFleetAttributes.clone()
CreateFleetResult.getFleetAttributes()
Properties for the newly created fleet.FleetAttributes.withBuildId
(String buildId) Unique identifier for a build.FleetAttributes.withCreationTime
(Date creationTime) Time stamp indicating when this object was created.FleetAttributes.withDescription
(String description) Human-readable description of the fleet.FleetAttributes.withFleetId
(String fleetId) Unique identifier for a fleet.FleetAttributes.withLogPaths
(String... logPaths) Path to game-session log files generated by your game server.FleetAttributes.withLogPaths
(Collection<String> logPaths) Path to game-session log files generated by your game server.Descriptive label associated with this fleet.FleetAttributes.withNewGameSessionProtectionPolicy
(ProtectionPolicy newGameSessionProtectionPolicy) Type of game session protection to set for all new instances started in the fleet.FleetAttributes.withNewGameSessionProtectionPolicy
(String newGameSessionProtectionPolicy) Type of game session protection to set for all new instances started in the fleet.FleetAttributes.withServerLaunchParameters
(String serverLaunchParameters) Parameters required to launch your game server.FleetAttributes.withServerLaunchPath
(String serverLaunchPath) Path to the launch executable for the game server.FleetAttributes.withStatus
(FleetStatus status) Current status of the fleet.FleetAttributes.withStatus
(String status) Current status of the fleet.FleetAttributes.withTerminationTime
(Date terminationTime) Time stamp indicating when this fleet was terminated.Methods in com.amazonaws.services.gamelift.model that return types with arguments of type FleetAttributesModifier and TypeMethodDescriptionDescribeFleetAttributesResult.getFleetAttributes()
Collection of objects containing attribute metadata for each requested fleet ID.Methods in com.amazonaws.services.gamelift.model with parameters of type FleetAttributesModifier and TypeMethodDescriptionvoid
CreateFleetResult.setFleetAttributes
(FleetAttributes fleetAttributes) Properties for the newly created fleet.CreateFleetResult.withFleetAttributes
(FleetAttributes fleetAttributes) Properties for the newly created fleet.DescribeFleetAttributesResult.withFleetAttributes
(FleetAttributes... fleetAttributes) Collection of objects containing attribute metadata for each requested fleet ID.Method parameters in com.amazonaws.services.gamelift.model with type arguments of type FleetAttributesModifier and TypeMethodDescriptionvoid
DescribeFleetAttributesResult.setFleetAttributes
(Collection<FleetAttributes> fleetAttributes) Collection of objects containing attribute metadata for each requested fleet ID.DescribeFleetAttributesResult.withFleetAttributes
(Collection<FleetAttributes> fleetAttributes) Collection of objects containing attribute metadata for each requested fleet ID.