Uses of Class
software.amazon.awssdk.services.backup.model.ListProtectedResourcesResponse
-
Packages that use ListProtectedResourcesResponse Package Description software.amazon.awssdk.services.backup Backup software.amazon.awssdk.services.backup.paginators -
-
Uses of ListProtectedResourcesResponse in software.amazon.awssdk.services.backup
Methods in software.amazon.awssdk.services.backup that return ListProtectedResourcesResponse Modifier and Type Method Description default ListProtectedResourcesResponseBackupClient. listProtectedResources()Returns an array of resources successfully backed up by Backup, including the time the resource was saved, an Amazon Resource Name (ARN) of the resource, and a resource type.default ListProtectedResourcesResponseBackupClient. listProtectedResources(Consumer<ListProtectedResourcesRequest.Builder> listProtectedResourcesRequest)Returns an array of resources successfully backed up by Backup, including the time the resource was saved, an Amazon Resource Name (ARN) of the resource, and a resource type.default ListProtectedResourcesResponseBackupClient. listProtectedResources(ListProtectedResourcesRequest listProtectedResourcesRequest)Returns an array of resources successfully backed up by Backup, including the time the resource was saved, an Amazon Resource Name (ARN) of the resource, and a resource type.Methods in software.amazon.awssdk.services.backup that return types with arguments of type ListProtectedResourcesResponse Modifier and Type Method Description default CompletableFuture<ListProtectedResourcesResponse>BackupAsyncClient. listProtectedResources()Returns an array of resources successfully backed up by Backup, including the time the resource was saved, an Amazon Resource Name (ARN) of the resource, and a resource type.default CompletableFuture<ListProtectedResourcesResponse>BackupAsyncClient. listProtectedResources(Consumer<ListProtectedResourcesRequest.Builder> listProtectedResourcesRequest)Returns an array of resources successfully backed up by Backup, including the time the resource was saved, an Amazon Resource Name (ARN) of the resource, and a resource type.default CompletableFuture<ListProtectedResourcesResponse>BackupAsyncClient. listProtectedResources(ListProtectedResourcesRequest listProtectedResourcesRequest)Returns an array of resources successfully backed up by Backup, including the time the resource was saved, an Amazon Resource Name (ARN) of the resource, and a resource type. -
Uses of ListProtectedResourcesResponse in software.amazon.awssdk.services.backup.paginators
Methods in software.amazon.awssdk.services.backup.paginators that return types with arguments of type ListProtectedResourcesResponse Modifier and Type Method Description Iterator<ListProtectedResourcesResponse>ListProtectedResourcesIterable. iterator()Method parameters in software.amazon.awssdk.services.backup.paginators with type arguments of type ListProtectedResourcesResponse Modifier and Type Method Description voidListProtectedResourcesPublisher. subscribe(org.reactivestreams.Subscriber<? super ListProtectedResourcesResponse> subscriber)
-