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