Uses of Class
software.amazon.awssdk.services.cleanrooms.model.ListSchemasRequest
-
Packages that use ListSchemasRequest Package Description software.amazon.awssdk.services.cleanrooms Welcome to the Clean Rooms API Reference.software.amazon.awssdk.services.cleanrooms.paginators software.amazon.awssdk.services.cleanrooms.transform -
-
Uses of ListSchemasRequest in software.amazon.awssdk.services.cleanrooms
Methods in software.amazon.awssdk.services.cleanrooms with parameters of type ListSchemasRequest Modifier and Type Method Description default CompletableFuture<ListSchemasResponse>CleanRoomsAsyncClient. listSchemas(ListSchemasRequest listSchemasRequest)Lists the schemas for relations within a collaboration.default ListSchemasResponseCleanRoomsClient. listSchemas(ListSchemasRequest listSchemasRequest)Lists the schemas for relations within a collaboration.default ListSchemasPublisherCleanRoomsAsyncClient. listSchemasPaginator(ListSchemasRequest listSchemasRequest)This is a variant ofCleanRoomsAsyncClient.listSchemas(software.amazon.awssdk.services.cleanrooms.model.ListSchemasRequest)operation.default ListSchemasIterableCleanRoomsClient. listSchemasPaginator(ListSchemasRequest listSchemasRequest)This is a variant ofCleanRoomsClient.listSchemas(software.amazon.awssdk.services.cleanrooms.model.ListSchemasRequest)operation. -
Uses of ListSchemasRequest in software.amazon.awssdk.services.cleanrooms.paginators
Constructors in software.amazon.awssdk.services.cleanrooms.paginators with parameters of type ListSchemasRequest Constructor Description ListSchemasIterable(CleanRoomsClient client, ListSchemasRequest firstRequest)ListSchemasPublisher(CleanRoomsAsyncClient client, ListSchemasRequest firstRequest) -
Uses of ListSchemasRequest in software.amazon.awssdk.services.cleanrooms.transform
Methods in software.amazon.awssdk.services.cleanrooms.transform with parameters of type ListSchemasRequest Modifier and Type Method Description SdkHttpFullRequestListSchemasRequestMarshaller. marshall(ListSchemasRequest listSchemasRequest)
-