Uses of Class
software.amazon.awssdk.services.fsx.model.TagResourceRequest
-
Packages that use TagResourceRequest 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 TagResourceRequest in software.amazon.awssdk.services.fsx
Methods in software.amazon.awssdk.services.fsx with parameters of type TagResourceRequest Modifier and Type Method Description default CompletableFuture<TagResourceResponse>FSxAsyncClient. tagResource(TagResourceRequest tagResourceRequest)Tags an Amazon FSx resource.default TagResourceResponseFSxClient. tagResource(TagResourceRequest tagResourceRequest)Tags an Amazon FSx resource. -
Uses of TagResourceRequest in software.amazon.awssdk.services.fsx.transform
Methods in software.amazon.awssdk.services.fsx.transform with parameters of type TagResourceRequest Modifier and Type Method Description SdkHttpFullRequestTagResourceRequestMarshaller. marshall(TagResourceRequest tagResourceRequest)
-