Uses of Class
software.amazon.awssdk.services.fsx.model.UntagResourceRequest
-
Packages that use UntagResourceRequest Package Description software.amazon.awssdk.services.fsx Amazon FSx is a fully managed service that makes it easy for storage and application administrators to launch and use shared file storage.software.amazon.awssdk.services.fsx.transform -
-
Uses of UntagResourceRequest in software.amazon.awssdk.services.fsx
Methods in software.amazon.awssdk.services.fsx with parameters of type UntagResourceRequest Modifier and Type Method Description default CompletableFuture<UntagResourceResponse>FSxAsyncClient. untagResource(UntagResourceRequest untagResourceRequest)This action removes a tag from an Amazon FSx resource.default UntagResourceResponseFSxClient. untagResource(UntagResourceRequest untagResourceRequest)This action removes a tag from an Amazon FSx resource. -
Uses of UntagResourceRequest in software.amazon.awssdk.services.fsx.transform
Methods in software.amazon.awssdk.services.fsx.transform with parameters of type UntagResourceRequest Modifier and Type Method Description SdkHttpFullRequestUntagResourceRequestMarshaller. marshall(UntagResourceRequest untagResourceRequest)
-