Uses of Class
software.amazon.awssdk.services.backupsearch.model.TagResourceRequest
-
Packages that use TagResourceRequest Package Description software.amazon.awssdk.services.backupsearch Backup Search software.amazon.awssdk.services.backupsearch.transform -
-
Uses of TagResourceRequest in software.amazon.awssdk.services.backupsearch
Methods in software.amazon.awssdk.services.backupsearch with parameters of type TagResourceRequest Modifier and Type Method Description default CompletableFuture<TagResourceResponse>BackupSearchAsyncClient. tagResource(TagResourceRequest tagResourceRequest)This operation puts tags on the resource you indicate.default TagResourceResponseBackupSearchClient. tagResource(TagResourceRequest tagResourceRequest)This operation puts tags on the resource you indicate. -
Uses of TagResourceRequest in software.amazon.awssdk.services.backupsearch.transform
Methods in software.amazon.awssdk.services.backupsearch.transform with parameters of type TagResourceRequest Modifier and Type Method Description SdkHttpFullRequestTagResourceRequestMarshaller. marshall(TagResourceRequest tagResourceRequest)
-