Uses of Class
com.amazonaws.services.gamelift.model.UpdateFleetAttributesRequest
-
Packages that use UpdateFleetAttributesRequest Package Description com.amazonaws.services.gamelift com.amazonaws.services.gamelift.model -
-
Uses of UpdateFleetAttributesRequest in com.amazonaws.services.gamelift
Method parameters in com.amazonaws.services.gamelift with type arguments of type UpdateFleetAttributesRequest Modifier and Type Method Description Future<UpdateFleetAttributesResult>
AbstractAmazonGameLiftAsync. updateFleetAttributesAsync(UpdateFleetAttributesRequest request, AsyncHandler<UpdateFleetAttributesRequest,UpdateFleetAttributesResult> asyncHandler)
Future<UpdateFleetAttributesResult>
AmazonGameLiftAsync. updateFleetAttributesAsync(UpdateFleetAttributesRequest updateFleetAttributesRequest, AsyncHandler<UpdateFleetAttributesRequest,UpdateFleetAttributesResult> asyncHandler)
Updates fleet properties, including name and description, for a fleet.Future<UpdateFleetAttributesResult>
AmazonGameLiftAsyncClient. updateFleetAttributesAsync(UpdateFleetAttributesRequest request, AsyncHandler<UpdateFleetAttributesRequest,UpdateFleetAttributesResult> asyncHandler)
-
Uses of UpdateFleetAttributesRequest in com.amazonaws.services.gamelift.model
Methods in com.amazonaws.services.gamelift.model that return UpdateFleetAttributesRequest Modifier and Type Method Description UpdateFleetAttributesRequest
UpdateFleetAttributesRequest. clone()
UpdateFleetAttributesRequest
UpdateFleetAttributesRequest. withDescription(String description)
Human-readable description of the fleet.UpdateFleetAttributesRequest
UpdateFleetAttributesRequest. withFleetId(String fleetId)
Unique identifier for the fleet you want to update attribute metadata for.UpdateFleetAttributesRequest
UpdateFleetAttributesRequest. withName(String name)
Descriptive label associated with this fleet.UpdateFleetAttributesRequest
UpdateFleetAttributesRequest. withNewGameSessionProtectionPolicy(ProtectionPolicy newGameSessionProtectionPolicy)
Game session protection policy to apply to all new instances created in this fleet.UpdateFleetAttributesRequest
UpdateFleetAttributesRequest. withNewGameSessionProtectionPolicy(String newGameSessionProtectionPolicy)
Game session protection policy to apply to all new instances created in this fleet.
-