Uses of Class
software.amazon.awssdk.services.securityir.model.UntagResourceRequest
-
Packages that use UntagResourceRequest Package Description software.amazon.awssdk.services.securityir This guide provides documents the action and response elements for customer use of the service.software.amazon.awssdk.services.securityir.transform -
-
Uses of UntagResourceRequest in software.amazon.awssdk.services.securityir
Methods in software.amazon.awssdk.services.securityir with parameters of type UntagResourceRequest Modifier and Type Method Description default CompletableFuture<UntagResourceResponse>SecurityIrAsyncClient. untagResource(UntagResourceRequest untagResourceRequest)Grants permission to remove a tag(s) from a designate resource.default UntagResourceResponseSecurityIrClient. untagResource(UntagResourceRequest untagResourceRequest)Grants permission to remove a tag(s) from a designate resource. -
Uses of UntagResourceRequest in software.amazon.awssdk.services.securityir.transform
Methods in software.amazon.awssdk.services.securityir.transform with parameters of type UntagResourceRequest Modifier and Type Method Description SdkHttpFullRequestUntagResourceRequestMarshaller. marshall(UntagResourceRequest untagResourceRequest)
-