Uses of Class
software.amazon.awssdk.services.gamelift.model.UpdateFleetAttributesResponse
-
Packages that use UpdateFleetAttributesResponse Package Description software.amazon.awssdk.services.gamelift Amazon GameLift provides solutions for hosting session-based multiplayer game servers in the cloud, including tools for deploying, operating, and scaling game servers. -
-
Uses of UpdateFleetAttributesResponse in software.amazon.awssdk.services.gamelift
Methods in software.amazon.awssdk.services.gamelift that return UpdateFleetAttributesResponse Modifier and Type Method Description default UpdateFleetAttributesResponseGameLiftClient. updateFleetAttributes(Consumer<UpdateFleetAttributesRequest.Builder> updateFleetAttributesRequest)Updates a fleet's mutable attributes, including game session protection and resource creation limits.default UpdateFleetAttributesResponseGameLiftClient. updateFleetAttributes(UpdateFleetAttributesRequest updateFleetAttributesRequest)Updates a fleet's mutable attributes, including game session protection and resource creation limits.Methods in software.amazon.awssdk.services.gamelift that return types with arguments of type UpdateFleetAttributesResponse Modifier and Type Method Description default CompletableFuture<UpdateFleetAttributesResponse>GameLiftAsyncClient. updateFleetAttributes(Consumer<UpdateFleetAttributesRequest.Builder> updateFleetAttributesRequest)Updates a fleet's mutable attributes, including game session protection and resource creation limits.default CompletableFuture<UpdateFleetAttributesResponse>GameLiftAsyncClient. updateFleetAttributes(UpdateFleetAttributesRequest updateFleetAttributesRequest)Updates a fleet's mutable attributes, including game session protection and resource creation limits.
-