Uses of Class
software.amazon.awssdk.services.cleanrooms.model.ProtectedQuerySingleMemberOutput
-
Packages that use ProtectedQuerySingleMemberOutput Package Description software.amazon.awssdk.services.cleanrooms.model -
-
Uses of ProtectedQuerySingleMemberOutput in software.amazon.awssdk.services.cleanrooms.model
Methods in software.amazon.awssdk.services.cleanrooms.model that return types with arguments of type ProtectedQuerySingleMemberOutput Modifier and Type Method Description List<ProtectedQuerySingleMemberOutput>ProtectedQueryOutput. memberList()The list of member Amazon Web Services account(s) that received the results of the query.Methods in software.amazon.awssdk.services.cleanrooms.model with parameters of type ProtectedQuerySingleMemberOutput Modifier and Type Method Description ProtectedQueryOutput.BuilderProtectedQueryOutput.Builder. memberList(ProtectedQuerySingleMemberOutput... memberList)The list of member Amazon Web Services account(s) that received the results of the query.Method parameters in software.amazon.awssdk.services.cleanrooms.model with type arguments of type ProtectedQuerySingleMemberOutput Modifier and Type Method Description static ProtectedQueryOutputProtectedQueryOutput. fromMemberList(List<ProtectedQuerySingleMemberOutput> memberList)Create an instance of this class withProtectedQueryOutput.memberList()initialized to the given value.ProtectedQueryOutput.BuilderProtectedQueryOutput.Builder. memberList(Collection<ProtectedQuerySingleMemberOutput> memberList)The list of member Amazon Web Services account(s) that received the results of the query.
-