| Package | Description |
|---|---|
| com.amazonaws.services.cleanrooms.model |
| Modifier and Type | Method and Description |
|---|---|
ProtectedQuerySummary |
ProtectedQuerySummary.clone() |
ProtectedQuerySummary |
ProtectedQuerySummary.withCreateTime(Date createTime)
The time the protected query was created.
|
ProtectedQuerySummary |
ProtectedQuerySummary.withId(String id)
The unique ID of the protected query.
|
ProtectedQuerySummary |
ProtectedQuerySummary.withMembershipArn(String membershipArn)
The unique ARN for the membership that initiated the protected query.
|
ProtectedQuerySummary |
ProtectedQuerySummary.withMembershipId(String membershipId)
The unique ID for the membership that initiated the protected query.
|
ProtectedQuerySummary |
ProtectedQuerySummary.withStatus(ProtectedQueryStatus status)
The status of the protected query.
|
ProtectedQuerySummary |
ProtectedQuerySummary.withStatus(String status)
The status of the protected query.
|
| Modifier and Type | Method and Description |
|---|---|
List<ProtectedQuerySummary> |
ListProtectedQueriesResult.getProtectedQueries()
A list of protected queries.
|
| Modifier and Type | Method and Description |
|---|---|
ListProtectedQueriesResult |
ListProtectedQueriesResult.withProtectedQueries(ProtectedQuerySummary... protectedQueries)
A list of protected queries.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListProtectedQueriesResult.setProtectedQueries(Collection<ProtectedQuerySummary> protectedQueries)
A list of protected queries.
|
ListProtectedQueriesResult |
ListProtectedQueriesResult.withProtectedQueries(Collection<ProtectedQuerySummary> protectedQueries)
A list of protected queries.
|
Copyright © 2023. All rights reserved.