Uses of Interface
software.amazon.awssdk.services.gamelift.model.CreateFleetLocationsRequest.Builder
-
Packages that use CreateFleetLocationsRequest.Builder Package Description software.amazon.awssdk.services.gamelift Amazon GameLift provides solutions for hosting session-based multiplayer game servers in the cloud, including tools for deploying, operating, and scaling game servers.software.amazon.awssdk.services.gamelift.model -
-
Uses of CreateFleetLocationsRequest.Builder in software.amazon.awssdk.services.gamelift
Method parameters in software.amazon.awssdk.services.gamelift with type arguments of type CreateFleetLocationsRequest.Builder Modifier and Type Method Description default CompletableFuture<CreateFleetLocationsResponse>GameLiftAsyncClient. createFleetLocations(Consumer<CreateFleetLocationsRequest.Builder> createFleetLocationsRequest)This operation has been expanded to use with the Amazon GameLift containers feature, which is currently in public preview.default CreateFleetLocationsResponseGameLiftClient. createFleetLocations(Consumer<CreateFleetLocationsRequest.Builder> createFleetLocationsRequest)This operation has been expanded to use with the Amazon GameLift containers feature, which is currently in public preview. -
Uses of CreateFleetLocationsRequest.Builder in software.amazon.awssdk.services.gamelift.model
Methods in software.amazon.awssdk.services.gamelift.model that return CreateFleetLocationsRequest.Builder Modifier and Type Method Description static CreateFleetLocationsRequest.BuilderCreateFleetLocationsRequest. builder()CreateFleetLocationsRequest.BuilderCreateFleetLocationsRequest.Builder. fleetId(String fleetId)A unique identifier for the fleet to add locations to.CreateFleetLocationsRequest.BuilderCreateFleetLocationsRequest.Builder. locations(Collection<LocationConfiguration> locations)A list of locations to deploy additional instances to and manage as part of the fleet.CreateFleetLocationsRequest.BuilderCreateFleetLocationsRequest.Builder. locations(Consumer<LocationConfiguration.Builder>... locations)A list of locations to deploy additional instances to and manage as part of the fleet.CreateFleetLocationsRequest.BuilderCreateFleetLocationsRequest.Builder. locations(LocationConfiguration... locations)A list of locations to deploy additional instances to and manage as part of the fleet.CreateFleetLocationsRequest.BuilderCreateFleetLocationsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateFleetLocationsRequest.BuilderCreateFleetLocationsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateFleetLocationsRequest.BuilderCreateFleetLocationsRequest. toBuilder()Methods in software.amazon.awssdk.services.gamelift.model that return types with arguments of type CreateFleetLocationsRequest.Builder Modifier and Type Method Description static Class<? extends CreateFleetLocationsRequest.Builder>CreateFleetLocationsRequest. serializableBuilderClass()
-