| Package | Description |
|---|---|
| com.amazonaws.services.cleanrooms.model |
| Modifier and Type | Method and Description |
|---|---|
ProtectedQueryOutput |
ProtectedQueryOutput.clone() |
ProtectedQueryOutput |
ProtectedQueryResult.getOutput()
The output of the protected query.
|
ProtectedQueryOutput |
ProtectedQueryOutput.withMemberList(Collection<ProtectedQuerySingleMemberOutput> memberList)
The list of member Amazon Web Services account(s) that received the results of the query.
|
ProtectedQueryOutput |
ProtectedQueryOutput.withMemberList(ProtectedQuerySingleMemberOutput... memberList)
The list of member Amazon Web Services account(s) that received the results of the query.
|
ProtectedQueryOutput |
ProtectedQueryOutput.withS3(ProtectedQueryS3Output s3)
If present, the output for a protected query with an `S3` output type.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProtectedQueryResult.setOutput(ProtectedQueryOutput output)
The output of the protected query.
|
ProtectedQueryResult |
ProtectedQueryResult.withOutput(ProtectedQueryOutput output)
The output of the protected query.
|
Copyright © 2024. All rights reserved.