Uses of Class
com.amazonaws.services.gamelift.model.CreateFleetRequest
-
Packages that use CreateFleetRequest Package Description com.amazonaws.services.gamelift com.amazonaws.services.gamelift.model -
-
Uses of CreateFleetRequest in com.amazonaws.services.gamelift
Methods in com.amazonaws.services.gamelift with parameters of type CreateFleetRequest 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.Future<CreateFleetResult>AbstractAmazonGameLiftAsync. createFleetAsync(CreateFleetRequest request)Future<CreateFleetResult>AbstractAmazonGameLiftAsync. createFleetAsync(CreateFleetRequest request, AsyncHandler<CreateFleetRequest,CreateFleetResult> asyncHandler)Future<CreateFleetResult>AmazonGameLiftAsync. createFleetAsync(CreateFleetRequest createFleetRequest)Creates a new fleet to host game servers.Future<CreateFleetResult>AmazonGameLiftAsync. createFleetAsync(CreateFleetRequest createFleetRequest, AsyncHandler<CreateFleetRequest,CreateFleetResult> asyncHandler)Creates a new fleet to host game servers.Future<CreateFleetResult>AmazonGameLiftAsyncClient. createFleetAsync(CreateFleetRequest request)Future<CreateFleetResult>AmazonGameLiftAsyncClient. createFleetAsync(CreateFleetRequest request, AsyncHandler<CreateFleetRequest,CreateFleetResult> asyncHandler)Method parameters in com.amazonaws.services.gamelift with type arguments of type CreateFleetRequest 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 CreateFleetRequest in com.amazonaws.services.gamelift.model
Methods in com.amazonaws.services.gamelift.model that return CreateFleetRequest Modifier and Type Method Description CreateFleetRequestCreateFleetRequest. clone()CreateFleetRequestCreateFleetRequest. withBuildId(String buildId)Unique identifier for the build you want the new fleet to use.CreateFleetRequestCreateFleetRequest. withDescription(String description)Human-readable description of the fleet.CreateFleetRequestCreateFleetRequest. withEC2InboundPermissions(IpPermission... eC2InboundPermissions)Access limits for incoming traffic.CreateFleetRequestCreateFleetRequest. withEC2InboundPermissions(Collection<IpPermission> eC2InboundPermissions)Access limits for incoming traffic.CreateFleetRequestCreateFleetRequest. withEC2InstanceType(EC2InstanceType eC2InstanceType)Type of EC2 instances used in the fleet.CreateFleetRequestCreateFleetRequest. withEC2InstanceType(String eC2InstanceType)Type of EC2 instances used in the fleet.CreateFleetRequestCreateFleetRequest. withLogPaths(String... logPaths)Path to game-session log files generated by your game server.CreateFleetRequestCreateFleetRequest. withLogPaths(Collection<String> logPaths)Path to game-session log files generated by your game server.CreateFleetRequestCreateFleetRequest. withName(String name)Descriptive label associated with this fleet.CreateFleetRequestCreateFleetRequest. withNewGameSessionProtectionPolicy(ProtectionPolicy newGameSessionProtectionPolicy)Game session protection policy to apply to all instances created in this fleet.CreateFleetRequestCreateFleetRequest. withNewGameSessionProtectionPolicy(String newGameSessionProtectionPolicy)Game session protection policy to apply to all instances created in this fleet.CreateFleetRequestCreateFleetRequest. withServerLaunchParameters(String serverLaunchParameters)Parameters required to launch your game server.CreateFleetRequestCreateFleetRequest. withServerLaunchPath(String serverLaunchPath)Path to the launch executable for the game server.
-