Uses of Class
software.amazon.awssdk.services.gamelift.model.UntagResourceResponse
-
Packages that use UntagResourceResponse 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 UntagResourceResponse in software.amazon.awssdk.services.gamelift
Methods in software.amazon.awssdk.services.gamelift that return UntagResourceResponse Modifier and Type Method Description default UntagResourceResponseGameLiftClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Removes a tag assigned to a Amazon GameLift resource.default UntagResourceResponseGameLiftClient. untagResource(UntagResourceRequest untagResourceRequest)Removes a tag assigned to a Amazon GameLift resource.Methods in software.amazon.awssdk.services.gamelift that return types with arguments of type UntagResourceResponse Modifier and Type Method Description default CompletableFuture<UntagResourceResponse>GameLiftAsyncClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Removes a tag assigned to a Amazon GameLift resource.default CompletableFuture<UntagResourceResponse>GameLiftAsyncClient. untagResource(UntagResourceRequest untagResourceRequest)Removes a tag assigned to a Amazon GameLift resource.
-