Uses of Class
software.amazon.awssdk.services.backupgateway.model.ListTagsForResourceRequest
-
Packages that use ListTagsForResourceRequest Package Description software.amazon.awssdk.services.backupgateway Backup gateway software.amazon.awssdk.services.backupgateway.transform -
-
Uses of ListTagsForResourceRequest in software.amazon.awssdk.services.backupgateway
Methods in software.amazon.awssdk.services.backupgateway with parameters of type ListTagsForResourceRequest Modifier and Type Method Description default CompletableFuture<ListTagsForResourceResponse>BackupGatewayAsyncClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)Lists the tags applied to the resource identified by its Amazon Resource Name (ARN).default ListTagsForResourceResponseBackupGatewayClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)Lists the tags applied to the resource identified by its Amazon Resource Name (ARN). -
Uses of ListTagsForResourceRequest in software.amazon.awssdk.services.backupgateway.transform
Methods in software.amazon.awssdk.services.backupgateway.transform with parameters of type ListTagsForResourceRequest Modifier and Type Method Description SdkHttpFullRequestListTagsForResourceRequestMarshaller. marshall(ListTagsForResourceRequest listTagsForResourceRequest)
-