Uses of Interface
software.amazon.awssdk.services.gamelift.model.CreateLocationResponse.Builder
-
Packages that use CreateLocationResponse.Builder Package Description software.amazon.awssdk.services.gamelift.model -
-
Uses of CreateLocationResponse.Builder in software.amazon.awssdk.services.gamelift.model
Methods in software.amazon.awssdk.services.gamelift.model that return CreateLocationResponse.Builder Modifier and Type Method Description static CreateLocationResponse.BuilderCreateLocationResponse. builder()default CreateLocationResponse.BuilderCreateLocationResponse.Builder. location(Consumer<LocationModel.Builder> location)The details of the custom location you created.CreateLocationResponse.BuilderCreateLocationResponse.Builder. location(LocationModel location)The details of the custom location you created.CreateLocationResponse.BuilderCreateLocationResponse. toBuilder()Methods in software.amazon.awssdk.services.gamelift.model that return types with arguments of type CreateLocationResponse.Builder Modifier and Type Method Description static Class<? extends CreateLocationResponse.Builder>CreateLocationResponse. serializableBuilderClass()
-