Uses of Class
software.amazon.awssdk.services.cleanrooms.model.ProtectedQueryOutput
-
Packages that use ProtectedQueryOutput Package Description software.amazon.awssdk.services.cleanrooms.model -
-
Uses of ProtectedQueryOutput in software.amazon.awssdk.services.cleanrooms.model
Methods in software.amazon.awssdk.services.cleanrooms.model that return ProtectedQueryOutput Modifier and Type Method Description static ProtectedQueryOutputProtectedQueryOutput. fromMemberList(List<ProtectedQuerySingleMemberOutput> memberList)Create an instance of this class withmemberList()initialized to the given value.static ProtectedQueryOutputProtectedQueryOutput. fromS3(Consumer<ProtectedQueryS3Output.Builder> s3)Create an instance of this class withs3()initialized to the given value.static ProtectedQueryOutputProtectedQueryOutput. fromS3(ProtectedQueryS3Output s3)Create an instance of this class withs3()initialized to the given value.ProtectedQueryOutputProtectedQueryResult. output()The output of the protected query.Methods in software.amazon.awssdk.services.cleanrooms.model with parameters of type ProtectedQueryOutput Modifier and Type Method Description ProtectedQueryResult.BuilderProtectedQueryResult.Builder. output(ProtectedQueryOutput output)The output of the protected query.
-