Uses of Class
software.amazon.awssdk.services.efs.model.UntagResourceRequest
-
Packages that use UntagResourceRequest Package Description software.amazon.awssdk.services.efs Amazon Elastic File System software.amazon.awssdk.services.efs.transform -
-
Uses of UntagResourceRequest in software.amazon.awssdk.services.efs
Methods in software.amazon.awssdk.services.efs with parameters of type UntagResourceRequest Modifier and Type Method Description default CompletableFuture<UntagResourceResponse>EfsAsyncClient. untagResource(UntagResourceRequest untagResourceRequest)Removes tags from an EFS resource.default UntagResourceResponseEfsClient. untagResource(UntagResourceRequest untagResourceRequest)Removes tags from an EFS resource. -
Uses of UntagResourceRequest in software.amazon.awssdk.services.efs.transform
Methods in software.amazon.awssdk.services.efs.transform with parameters of type UntagResourceRequest Modifier and Type Method Description SdkHttpFullRequestUntagResourceRequestMarshaller. marshall(UntagResourceRequest untagResourceRequest)
-