Uses of Class
software.amazon.awssdk.services.appstream.model.UntagResourceRequest
-
Packages that use UntagResourceRequest Package Description software.amazon.awssdk.services.appstream Amazon AppStream 2.0 software.amazon.awssdk.services.appstream.transform -
-
Uses of UntagResourceRequest in software.amazon.awssdk.services.appstream
Methods in software.amazon.awssdk.services.appstream with parameters of type UntagResourceRequest Modifier and Type Method Description default CompletableFuture<UntagResourceResponse>AppStreamAsyncClient. untagResource(UntagResourceRequest 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. -
Uses of UntagResourceRequest in software.amazon.awssdk.services.appstream.transform
Methods in software.amazon.awssdk.services.appstream.transform with parameters of type UntagResourceRequest Modifier and Type Method Description SdkHttpFullRequestUntagResourceRequestMarshaller. marshall(UntagResourceRequest untagResourceRequest)
-