Uses of Class
software.amazon.awssdk.services.backupsearch.model.ListTagsForResourceRequest
-
Packages that use ListTagsForResourceRequest Package Description software.amazon.awssdk.services.backupsearch Backup Search software.amazon.awssdk.services.backupsearch.transform -
-
Uses of ListTagsForResourceRequest in software.amazon.awssdk.services.backupsearch
Methods in software.amazon.awssdk.services.backupsearch with parameters of type ListTagsForResourceRequest Modifier and Type Method Description default CompletableFuture<ListTagsForResourceResponse>BackupSearchAsyncClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)This operation returns the tags for a resource type.default ListTagsForResourceResponseBackupSearchClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)This operation returns the tags for a resource type. -
Uses of ListTagsForResourceRequest in software.amazon.awssdk.services.backupsearch.transform
Methods in software.amazon.awssdk.services.backupsearch.transform with parameters of type ListTagsForResourceRequest Modifier and Type Method Description SdkHttpFullRequestListTagsForResourceRequestMarshaller. marshall(ListTagsForResourceRequest listTagsForResourceRequest)
-