Uses of Class
com.amazonaws.services.gamelift.model.UpdateFleetAttributesResult
-
Packages that use UpdateFleetAttributesResult Package Description com.amazonaws.services.gamelift com.amazonaws.services.gamelift.model -
-
Uses of UpdateFleetAttributesResult in com.amazonaws.services.gamelift
Methods in com.amazonaws.services.gamelift that return UpdateFleetAttributesResult Modifier and Type Method Description UpdateFleetAttributesResult
AbstractAmazonGameLift. updateFleetAttributes(UpdateFleetAttributesRequest request)
UpdateFleetAttributesResult
AmazonGameLift. updateFleetAttributes(UpdateFleetAttributesRequest updateFleetAttributesRequest)
Updates fleet properties, including name and description, for a fleet.UpdateFleetAttributesResult
AmazonGameLiftClient. updateFleetAttributes(UpdateFleetAttributesRequest updateFleetAttributesRequest)
Updates fleet properties, including name and description, for a fleet.Method parameters in com.amazonaws.services.gamelift with type arguments of type UpdateFleetAttributesResult 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 UpdateFleetAttributesResult in com.amazonaws.services.gamelift.model
Methods in com.amazonaws.services.gamelift.model that return UpdateFleetAttributesResult Modifier and Type Method Description UpdateFleetAttributesResult
UpdateFleetAttributesResult. clone()
UpdateFleetAttributesResult
UpdateFleetAttributesResult. withFleetId(String fleetId)
Unique identifier for the updated fleet.
-