Uses of Class
software.amazon.awssdk.services.gamelift.model.UpdateBuildResponse
-
Packages that use UpdateBuildResponse 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. -
-
Uses of UpdateBuildResponse in software.amazon.awssdk.services.gamelift
Methods in software.amazon.awssdk.services.gamelift that return UpdateBuildResponse Modifier and Type Method Description default UpdateBuildResponseGameLiftClient. updateBuild(Consumer<UpdateBuildRequest.Builder> updateBuildRequest)Updates metadata in a build resource, including the build name and version.default UpdateBuildResponseGameLiftClient. updateBuild(UpdateBuildRequest updateBuildRequest)Updates metadata in a build resource, including the build name and version.Methods in software.amazon.awssdk.services.gamelift that return types with arguments of type UpdateBuildResponse Modifier and Type Method Description default CompletableFuture<UpdateBuildResponse>GameLiftAsyncClient. updateBuild(Consumer<UpdateBuildRequest.Builder> updateBuildRequest)Updates metadata in a build resource, including the build name and version.default CompletableFuture<UpdateBuildResponse>GameLiftAsyncClient. updateBuild(UpdateBuildRequest updateBuildRequest)Updates metadata in a build resource, including the build name and version.
-