Uses of Interface
software.amazon.awssdk.services.cleanrooms.model.BatchGetSchemaRequest.Builder
-
Packages that use BatchGetSchemaRequest.Builder Package Description software.amazon.awssdk.services.cleanrooms Welcome to the Clean Rooms API Reference.software.amazon.awssdk.services.cleanrooms.model -
-
Uses of BatchGetSchemaRequest.Builder in software.amazon.awssdk.services.cleanrooms
Method parameters in software.amazon.awssdk.services.cleanrooms with type arguments of type BatchGetSchemaRequest.Builder Modifier and Type Method Description default CompletableFuture<BatchGetSchemaResponse>CleanRoomsAsyncClient. batchGetSchema(Consumer<BatchGetSchemaRequest.Builder> batchGetSchemaRequest)Retrieves multiple schemas by their identifiers.default BatchGetSchemaResponseCleanRoomsClient. batchGetSchema(Consumer<BatchGetSchemaRequest.Builder> batchGetSchemaRequest)Retrieves multiple schemas by their identifiers. -
Uses of BatchGetSchemaRequest.Builder in software.amazon.awssdk.services.cleanrooms.model
Methods in software.amazon.awssdk.services.cleanrooms.model that return BatchGetSchemaRequest.Builder Modifier and Type Method Description static BatchGetSchemaRequest.BuilderBatchGetSchemaRequest. builder()BatchGetSchemaRequest.BuilderBatchGetSchemaRequest.Builder. collaborationIdentifier(String collaborationIdentifier)A unique identifier for the collaboration that the schemas belong to.BatchGetSchemaRequest.BuilderBatchGetSchemaRequest.Builder. names(String... names)The names for the schema objects to retrieve.>BatchGetSchemaRequest.BuilderBatchGetSchemaRequest.Builder. names(Collection<String> names)The names for the schema objects to retrieve.>BatchGetSchemaRequest.BuilderBatchGetSchemaRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)BatchGetSchemaRequest.BuilderBatchGetSchemaRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)BatchGetSchemaRequest.BuilderBatchGetSchemaRequest. toBuilder()Methods in software.amazon.awssdk.services.cleanrooms.model that return types with arguments of type BatchGetSchemaRequest.Builder Modifier and Type Method Description static Class<? extends BatchGetSchemaRequest.Builder>BatchGetSchemaRequest. serializableBuilderClass()
-