Uses of Interface
software.amazon.awssdk.services.gamelift.model.AnywhereConfiguration.Builder
-
Packages that use AnywhereConfiguration.Builder Package Description software.amazon.awssdk.services.gamelift.model -
-
Uses of AnywhereConfiguration.Builder in software.amazon.awssdk.services.gamelift.model
Methods in software.amazon.awssdk.services.gamelift.model that return AnywhereConfiguration.Builder Modifier and Type Method Description static AnywhereConfiguration.BuilderAnywhereConfiguration. builder()AnywhereConfiguration.BuilderAnywhereConfiguration.Builder. cost(String cost)The cost to run your fleet per hour.AnywhereConfiguration.BuilderAnywhereConfiguration. toBuilder()Methods in software.amazon.awssdk.services.gamelift.model that return types with arguments of type AnywhereConfiguration.Builder Modifier and Type Method Description static Class<? extends AnywhereConfiguration.Builder>AnywhereConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.gamelift.model with type arguments of type AnywhereConfiguration.Builder Modifier and Type Method Description default CreateFleetRequest.BuilderCreateFleetRequest.Builder. anywhereConfiguration(Consumer<AnywhereConfiguration.Builder> anywhereConfiguration)Amazon GameLift Anywhere configuration options.default FleetAttributes.BuilderFleetAttributes.Builder. anywhereConfiguration(Consumer<AnywhereConfiguration.Builder> anywhereConfiguration)Sets the value of the AnywhereConfiguration property for this object.default UpdateFleetAttributesRequest.BuilderUpdateFleetAttributesRequest.Builder. anywhereConfiguration(Consumer<AnywhereConfiguration.Builder> anywhereConfiguration)Amazon GameLift Anywhere configuration options.
-