Uses of Class
software.amazon.awssdk.services.s3control.model.UntagResourceResponse
-
Packages that use UntagResourceResponse Package Description software.amazon.awssdk.services.s3control Amazon Web Services S3 Control provides access to Amazon S3 control plane actions. -
-
Uses of UntagResourceResponse in software.amazon.awssdk.services.s3control
Methods in software.amazon.awssdk.services.s3control that return UntagResourceResponse Modifier and Type Method Description default UntagResourceResponseS3ControlClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)This operation removes the specified Amazon Web Services resource tags from an S3 resource.default UntagResourceResponseS3ControlClient. untagResource(UntagResourceRequest untagResourceRequest)This operation removes the specified Amazon Web Services resource tags from an S3 resource.Methods in software.amazon.awssdk.services.s3control that return types with arguments of type UntagResourceResponse Modifier and Type Method Description default CompletableFuture<UntagResourceResponse>S3ControlAsyncClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)This operation removes the specified Amazon Web Services resource tags from an S3 resource.default CompletableFuture<UntagResourceResponse>S3ControlAsyncClient. untagResource(UntagResourceRequest untagResourceRequest)This operation removes the specified Amazon Web Services resource tags from an S3 resource.
-