Uses of Class
software.amazon.awssdk.services.cleanrooms.model.GetConfiguredTableAssociationAnalysisRuleResponse
-
Packages that use GetConfiguredTableAssociationAnalysisRuleResponse Package Description software.amazon.awssdk.services.cleanrooms Welcome to the Clean Rooms API Reference. -
-
Uses of GetConfiguredTableAssociationAnalysisRuleResponse in software.amazon.awssdk.services.cleanrooms
Methods in software.amazon.awssdk.services.cleanrooms that return GetConfiguredTableAssociationAnalysisRuleResponse Modifier and Type Method Description default GetConfiguredTableAssociationAnalysisRuleResponseCleanRoomsClient. getConfiguredTableAssociationAnalysisRule(Consumer<GetConfiguredTableAssociationAnalysisRuleRequest.Builder> getConfiguredTableAssociationAnalysisRuleRequest)Retrieves the analysis rule for a configured table association.default GetConfiguredTableAssociationAnalysisRuleResponseCleanRoomsClient. getConfiguredTableAssociationAnalysisRule(GetConfiguredTableAssociationAnalysisRuleRequest getConfiguredTableAssociationAnalysisRuleRequest)Retrieves the analysis rule for a configured table association.Methods in software.amazon.awssdk.services.cleanrooms that return types with arguments of type GetConfiguredTableAssociationAnalysisRuleResponse Modifier and Type Method Description default CompletableFuture<GetConfiguredTableAssociationAnalysisRuleResponse>CleanRoomsAsyncClient. getConfiguredTableAssociationAnalysisRule(Consumer<GetConfiguredTableAssociationAnalysisRuleRequest.Builder> getConfiguredTableAssociationAnalysisRuleRequest)Retrieves the analysis rule for a configured table association.default CompletableFuture<GetConfiguredTableAssociationAnalysisRuleResponse>CleanRoomsAsyncClient. getConfiguredTableAssociationAnalysisRule(GetConfiguredTableAssociationAnalysisRuleRequest getConfiguredTableAssociationAnalysisRuleRequest)Retrieves the analysis rule for a configured table association.
-