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 UpdateFleetAttributesResultAbstractAmazonGameLift. updateFleetAttributes(UpdateFleetAttributesRequest request)UpdateFleetAttributesResultAmazonGameLift. updateFleetAttributes(UpdateFleetAttributesRequest updateFleetAttributesRequest)Updates fleet properties, including name and description, for a fleet.UpdateFleetAttributesResultAmazonGameLiftClient. 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 UpdateFleetAttributesResultUpdateFleetAttributesResult. clone()UpdateFleetAttributesResultUpdateFleetAttributesResult. withFleetId(String fleetId)Unique identifier for the updated fleet.
-