Uses of Class
software.amazon.awssdk.services.cleanrooms.model.ListSchemasResponse
-
Packages that use ListSchemasResponse Package Description software.amazon.awssdk.services.cleanrooms Welcome to the Clean Rooms API Reference.software.amazon.awssdk.services.cleanrooms.paginators -
-
Uses of ListSchemasResponse in software.amazon.awssdk.services.cleanrooms
Methods in software.amazon.awssdk.services.cleanrooms that return ListSchemasResponse Modifier and Type Method Description default ListSchemasResponseCleanRoomsClient. listSchemas(Consumer<ListSchemasRequest.Builder> listSchemasRequest)Lists the schemas for relations within a collaboration.default ListSchemasResponseCleanRoomsClient. listSchemas(ListSchemasRequest listSchemasRequest)Lists the schemas for relations within a collaboration.Methods in software.amazon.awssdk.services.cleanrooms that return types with arguments of type ListSchemasResponse Modifier and Type Method Description default CompletableFuture<ListSchemasResponse>CleanRoomsAsyncClient. listSchemas(Consumer<ListSchemasRequest.Builder> listSchemasRequest)Lists the schemas for relations within a collaboration.default CompletableFuture<ListSchemasResponse>CleanRoomsAsyncClient. listSchemas(ListSchemasRequest listSchemasRequest)Lists the schemas for relations within a collaboration. -
Uses of ListSchemasResponse in software.amazon.awssdk.services.cleanrooms.paginators
Methods in software.amazon.awssdk.services.cleanrooms.paginators that return types with arguments of type ListSchemasResponse Modifier and Type Method Description Iterator<ListSchemasResponse>ListSchemasIterable. iterator()Method parameters in software.amazon.awssdk.services.cleanrooms.paginators with type arguments of type ListSchemasResponse Modifier and Type Method Description voidListSchemasPublisher. subscribe(org.reactivestreams.Subscriber<? super ListSchemasResponse> subscriber)
-