Uses of Class
com.amazonaws.services.gamelift.model.CreateFleetResult
-
Packages that use CreateFleetResult Package Description com.amazonaws.services.gamelift com.amazonaws.services.gamelift.model -
-
Uses of CreateFleetResult in com.amazonaws.services.gamelift
Methods in com.amazonaws.services.gamelift that return CreateFleetResult Modifier and Type Method Description CreateFleetResultAbstractAmazonGameLift. createFleet(CreateFleetRequest request)CreateFleetResultAmazonGameLift. createFleet(CreateFleetRequest createFleetRequest)Creates a new fleet to host game servers.CreateFleetResultAmazonGameLiftClient. createFleet(CreateFleetRequest createFleetRequest)Creates a new fleet to host game servers.Method parameters in com.amazonaws.services.gamelift with type arguments of type CreateFleetResult Modifier and Type Method Description Future<CreateFleetResult>AbstractAmazonGameLiftAsync. createFleetAsync(CreateFleetRequest request, AsyncHandler<CreateFleetRequest,CreateFleetResult> asyncHandler)Future<CreateFleetResult>AmazonGameLiftAsync. createFleetAsync(CreateFleetRequest createFleetRequest, AsyncHandler<CreateFleetRequest,CreateFleetResult> asyncHandler)Creates a new fleet to host game servers.Future<CreateFleetResult>AmazonGameLiftAsyncClient. createFleetAsync(CreateFleetRequest request, AsyncHandler<CreateFleetRequest,CreateFleetResult> asyncHandler) -
Uses of CreateFleetResult in com.amazonaws.services.gamelift.model
Methods in com.amazonaws.services.gamelift.model that return CreateFleetResult Modifier and Type Method Description CreateFleetResultCreateFleetResult. clone()CreateFleetResultCreateFleetResult. withFleetAttributes(FleetAttributes fleetAttributes)Properties for the newly created fleet.
-