Uses of Class
software.amazon.awssdk.services.backupgateway.model.ListTagsForResourceResponse
-
Packages that use ListTagsForResourceResponse Package Description software.amazon.awssdk.services.backupgateway Backup gateway -
-
Uses of ListTagsForResourceResponse in software.amazon.awssdk.services.backupgateway
Methods in software.amazon.awssdk.services.backupgateway that return ListTagsForResourceResponse Modifier and Type Method Description default ListTagsForResourceResponseBackupGatewayClient. listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> 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).Methods in software.amazon.awssdk.services.backupgateway that return types with arguments of type ListTagsForResourceResponse Modifier and Type Method Description default CompletableFuture<ListTagsForResourceResponse>BackupGatewayAsyncClient. listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)Lists the tags applied to the resource identified by its Amazon Resource Name (ARN).default CompletableFuture<ListTagsForResourceResponse>BackupGatewayAsyncClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)Lists the tags applied to the resource identified by its Amazon Resource Name (ARN).
-