| Package | Description |
|---|---|
| software.amazon.awssdk.services.cleanrooms.model |
| Modifier and Type | Method and Description |
|---|---|
List<ProtectedQuerySingleMemberOutput> |
ProtectedQueryOutput.memberList()
The list of member Amazon Web Services account(s) that received the results of the query.
|
| Modifier and Type | Method and Description |
|---|---|
ProtectedQueryOutput.Builder |
ProtectedQueryOutput.Builder.memberList(ProtectedQuerySingleMemberOutput... memberList)
The list of member Amazon Web Services account(s) that received the results of the query.
|
| Modifier and Type | Method and Description |
|---|---|
static ProtectedQueryOutput |
ProtectedQueryOutput.fromMemberList(List<ProtectedQuerySingleMemberOutput> memberList)
Create an instance of this class with
ProtectedQueryOutput.memberList() initialized to the given value. |
ProtectedQueryOutput.Builder |
ProtectedQueryOutput.Builder.memberList(Collection<ProtectedQuerySingleMemberOutput> memberList)
The list of member Amazon Web Services account(s) that received the results of the query.
|
Copyright © 2023. All rights reserved.