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 UpdateFleetAttributesRequestUpdateFleetAttributesRequest. clone()UpdateFleetAttributesRequestUpdateFleetAttributesRequest. withDescription(String description)Human-readable description of the fleet.UpdateFleetAttributesRequestUpdateFleetAttributesRequest. withFleetId(String fleetId)Unique identifier for the fleet you want to update attribute metadata for.UpdateFleetAttributesRequestUpdateFleetAttributesRequest. withName(String name)Descriptive label associated with this fleet.UpdateFleetAttributesRequestUpdateFleetAttributesRequest. withNewGameSessionProtectionPolicy(ProtectionPolicy newGameSessionProtectionPolicy)Game session protection policy to apply to all new instances created in this fleet.UpdateFleetAttributesRequestUpdateFleetAttributesRequest. withNewGameSessionProtectionPolicy(String newGameSessionProtectionPolicy)Game session protection policy to apply to all new instances created in this fleet.
-