Uses of Class
software.amazon.awssdk.services.cleanrooms.model.ProtectedQueryResultConfiguration
-
Packages that use ProtectedQueryResultConfiguration Package Description software.amazon.awssdk.services.cleanrooms.model -
-
Uses of ProtectedQueryResultConfiguration in software.amazon.awssdk.services.cleanrooms.model
Methods in software.amazon.awssdk.services.cleanrooms.model that return ProtectedQueryResultConfiguration Modifier and Type Method Description ProtectedQueryResultConfigurationProtectedQuery. resultConfiguration()Contains any details needed to write the query results.ProtectedQueryResultConfigurationStartProtectedQueryRequest. resultConfiguration()The details needed to write the query results.Methods in software.amazon.awssdk.services.cleanrooms.model with parameters of type ProtectedQueryResultConfiguration Modifier and Type Method Description ProtectedQuery.BuilderProtectedQuery.Builder. resultConfiguration(ProtectedQueryResultConfiguration resultConfiguration)Contains any details needed to write the query results.StartProtectedQueryRequest.BuilderStartProtectedQueryRequest.Builder. resultConfiguration(ProtectedQueryResultConfiguration resultConfiguration)The details needed to write the query results.
-