Uses of Class
software.amazon.awssdk.services.cleanrooms.model.GetSchemaResponse
-
Packages that use GetSchemaResponse Package Description software.amazon.awssdk.services.cleanrooms Welcome to the Clean Rooms API Reference. -
-
Uses of GetSchemaResponse in software.amazon.awssdk.services.cleanrooms
Methods in software.amazon.awssdk.services.cleanrooms that return GetSchemaResponse Modifier and Type Method Description default GetSchemaResponseCleanRoomsClient. getSchema(Consumer<GetSchemaRequest.Builder> getSchemaRequest)Retrieves the schema for a relation within a collaboration.default GetSchemaResponseCleanRoomsClient. getSchema(GetSchemaRequest getSchemaRequest)Retrieves the schema for a relation within a collaboration.Methods in software.amazon.awssdk.services.cleanrooms that return types with arguments of type GetSchemaResponse Modifier and Type Method Description default CompletableFuture<GetSchemaResponse>CleanRoomsAsyncClient. getSchema(Consumer<GetSchemaRequest.Builder> getSchemaRequest)Retrieves the schema for a relation within a collaboration.default CompletableFuture<GetSchemaResponse>CleanRoomsAsyncClient. getSchema(GetSchemaRequest getSchemaRequest)Retrieves the schema for a relation within a collaboration.
-