Uses of Class
software.amazon.awssdk.services.appstream.model.UntagResourceResponse
-
Packages that use UntagResourceResponse Package Description software.amazon.awssdk.services.appstream Amazon AppStream 2.0 -
-
Uses of UntagResourceResponse in software.amazon.awssdk.services.appstream
Methods in software.amazon.awssdk.services.appstream that return UntagResourceResponse Modifier and Type Method Description default UntagResourceResponseAppStreamClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Disassociates one or more specified tags from the specified AppStream 2.0 resource.default UntagResourceResponseAppStreamClient. untagResource(UntagResourceRequest untagResourceRequest)Disassociates one or more specified tags from the specified AppStream 2.0 resource.Methods in software.amazon.awssdk.services.appstream that return types with arguments of type UntagResourceResponse Modifier and Type Method Description default CompletableFuture<UntagResourceResponse>AppStreamAsyncClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Disassociates one or more specified tags from the specified AppStream 2.0 resource.default CompletableFuture<UntagResourceResponse>AppStreamAsyncClient. untagResource(UntagResourceRequest untagResourceRequest)Disassociates one or more specified tags from the specified AppStream 2.0 resource.
-