Uses of Class
software.amazon.awssdk.services.cleanrooms.model.CreateConfiguredTableAssociationAnalysisRuleResponse
-
Packages that use CreateConfiguredTableAssociationAnalysisRuleResponse Package Description software.amazon.awssdk.services.cleanrooms Welcome to the Clean Rooms API Reference. -
-
Uses of CreateConfiguredTableAssociationAnalysisRuleResponse in software.amazon.awssdk.services.cleanrooms
Methods in software.amazon.awssdk.services.cleanrooms that return CreateConfiguredTableAssociationAnalysisRuleResponse Modifier and Type Method Description default CreateConfiguredTableAssociationAnalysisRuleResponseCleanRoomsClient. createConfiguredTableAssociationAnalysisRule(Consumer<CreateConfiguredTableAssociationAnalysisRuleRequest.Builder> createConfiguredTableAssociationAnalysisRuleRequest)Creates a new analysis rule for an associated configured table.default CreateConfiguredTableAssociationAnalysisRuleResponseCleanRoomsClient. createConfiguredTableAssociationAnalysisRule(CreateConfiguredTableAssociationAnalysisRuleRequest createConfiguredTableAssociationAnalysisRuleRequest)Creates a new analysis rule for an associated configured table.Methods in software.amazon.awssdk.services.cleanrooms that return types with arguments of type CreateConfiguredTableAssociationAnalysisRuleResponse Modifier and Type Method Description default CompletableFuture<CreateConfiguredTableAssociationAnalysisRuleResponse>CleanRoomsAsyncClient. createConfiguredTableAssociationAnalysisRule(Consumer<CreateConfiguredTableAssociationAnalysisRuleRequest.Builder> createConfiguredTableAssociationAnalysisRuleRequest)Creates a new analysis rule for an associated configured table.default CompletableFuture<CreateConfiguredTableAssociationAnalysisRuleResponse>CleanRoomsAsyncClient. createConfiguredTableAssociationAnalysisRule(CreateConfiguredTableAssociationAnalysisRuleRequest createConfiguredTableAssociationAnalysisRuleRequest)Creates a new analysis rule for an associated configured table.
-