Uses of Class
software.amazon.awssdk.services.backup.model.ListFrameworksResponse
-
Packages that use ListFrameworksResponse Package Description software.amazon.awssdk.services.backup Backup software.amazon.awssdk.services.backup.paginators -
-
Uses of ListFrameworksResponse in software.amazon.awssdk.services.backup
Methods in software.amazon.awssdk.services.backup that return ListFrameworksResponse Modifier and Type Method Description default ListFrameworksResponseBackupClient. listFrameworks(Consumer<ListFrameworksRequest.Builder> listFrameworksRequest)Returns a list of all frameworks for an Amazon Web Services account and Amazon Web Services Region.default ListFrameworksResponseBackupClient. listFrameworks(ListFrameworksRequest listFrameworksRequest)Returns a list of all frameworks for an Amazon Web Services account and Amazon Web Services Region.Methods in software.amazon.awssdk.services.backup that return types with arguments of type ListFrameworksResponse Modifier and Type Method Description default CompletableFuture<ListFrameworksResponse>BackupAsyncClient. listFrameworks(Consumer<ListFrameworksRequest.Builder> listFrameworksRequest)Returns a list of all frameworks for an Amazon Web Services account and Amazon Web Services Region.default CompletableFuture<ListFrameworksResponse>BackupAsyncClient. listFrameworks(ListFrameworksRequest listFrameworksRequest)Returns a list of all frameworks for an Amazon Web Services account and Amazon Web Services Region. -
Uses of ListFrameworksResponse in software.amazon.awssdk.services.backup.paginators
Methods in software.amazon.awssdk.services.backup.paginators that return types with arguments of type ListFrameworksResponse Modifier and Type Method Description Iterator<ListFrameworksResponse>ListFrameworksIterable. iterator()Method parameters in software.amazon.awssdk.services.backup.paginators with type arguments of type ListFrameworksResponse Modifier and Type Method Description voidListFrameworksPublisher. subscribe(org.reactivestreams.Subscriber<? super ListFrameworksResponse> subscriber)
-