Uses of Class
software.amazon.awssdk.services.efs.model.TagResourceRequest
-
Packages that use TagResourceRequest Package Description software.amazon.awssdk.services.efs Amazon Elastic File System software.amazon.awssdk.services.efs.transform -
-
Uses of TagResourceRequest in software.amazon.awssdk.services.efs
Methods in software.amazon.awssdk.services.efs with parameters of type TagResourceRequest Modifier and Type Method Description default CompletableFuture<TagResourceResponse>EfsAsyncClient. tagResource(TagResourceRequest tagResourceRequest)Creates a tag for an EFS resource.default TagResourceResponseEfsClient. tagResource(TagResourceRequest tagResourceRequest)Creates a tag for an EFS resource. -
Uses of TagResourceRequest in software.amazon.awssdk.services.efs.transform
Methods in software.amazon.awssdk.services.efs.transform with parameters of type TagResourceRequest Modifier and Type Method Description SdkHttpFullRequestTagResourceRequestMarshaller. marshall(TagResourceRequest tagResourceRequest)
-