Uses of Class
software.amazon.awssdk.services.opsworks.model.UntagResourceRequest
-
Packages that use UntagResourceRequest Package Description software.amazon.awssdk.services.opsworks AWS OpsWorks software.amazon.awssdk.services.opsworks.transform -
-
Uses of UntagResourceRequest in software.amazon.awssdk.services.opsworks
Methods in software.amazon.awssdk.services.opsworks with parameters of type UntagResourceRequest Modifier and Type Method Description default CompletableFuture<UntagResourceResponse>OpsWorksAsyncClient. untagResource(UntagResourceRequest untagResourceRequest)Removes tags from a specified stack or layer.default UntagResourceResponseOpsWorksClient. untagResource(UntagResourceRequest untagResourceRequest)Removes tags from a specified stack or layer. -
Uses of UntagResourceRequest in software.amazon.awssdk.services.opsworks.transform
Methods in software.amazon.awssdk.services.opsworks.transform with parameters of type UntagResourceRequest Modifier and Type Method Description SdkHttpFullRequestUntagResourceRequestMarshaller. marshall(UntagResourceRequest untagResourceRequest)
-