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