Uses of Class
software.amazon.awssdk.services.wellarchitected.model.UntagResourceRequest
-
Packages that use UntagResourceRequest Package Description software.amazon.awssdk.services.wellarchitected Well-Architected Tool software.amazon.awssdk.services.wellarchitected.transform -
-
Uses of UntagResourceRequest in software.amazon.awssdk.services.wellarchitected
Methods in software.amazon.awssdk.services.wellarchitected with parameters of type UntagResourceRequest Modifier and Type Method Description default CompletableFuture<UntagResourceResponse>WellArchitectedAsyncClient. untagResource(UntagResourceRequest untagResourceRequest)Deletes specified tags from a resource.default UntagResourceResponseWellArchitectedClient. untagResource(UntagResourceRequest untagResourceRequest)Deletes specified tags from a resource. -
Uses of UntagResourceRequest in software.amazon.awssdk.services.wellarchitected.transform
Methods in software.amazon.awssdk.services.wellarchitected.transform with parameters of type UntagResourceRequest Modifier and Type Method Description SdkHttpFullRequestUntagResourceRequestMarshaller. marshall(UntagResourceRequest untagResourceRequest)
-