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