| Package | Description |
|---|---|
| com.amazonaws.services.cleanrooms.model |
| Modifier and Type | Method and Description |
|---|---|
ProtectedQuery |
ProtectedQuery.clone() |
ProtectedQuery |
UpdateProtectedQueryResult.getProtectedQuery()
The protected query output.
|
ProtectedQuery |
StartProtectedQueryResult.getProtectedQuery()
The protected query.
|
ProtectedQuery |
GetProtectedQueryResult.getProtectedQuery()
The query processing metadata.
|
ProtectedQuery |
ProtectedQuery.withCreateTime(Date createTime)
The time at which the protected query was created.
|
ProtectedQuery |
ProtectedQuery.withDifferentialPrivacy(DifferentialPrivacyParameters differentialPrivacy)
The sensitivity parameters of the differential privacy results of the protected query.
|
ProtectedQuery |
ProtectedQuery.withError(ProtectedQueryError error)
An error thrown by the protected query.
|
ProtectedQuery |
ProtectedQuery.withId(String id)
The identifier for a protected query instance.
|
ProtectedQuery |
ProtectedQuery.withMembershipArn(String membershipArn)
The ARN of the membership.
|
ProtectedQuery |
ProtectedQuery.withMembershipId(String membershipId)
The identifier for the membership.
|
ProtectedQuery |
ProtectedQuery.withResult(ProtectedQueryResult result)
The result of the protected query.
|
ProtectedQuery |
ProtectedQuery.withResultConfiguration(ProtectedQueryResultConfiguration resultConfiguration)
Contains any details needed to write the query results.
|
ProtectedQuery |
ProtectedQuery.withSqlParameters(ProtectedQuerySQLParameters sqlParameters)
The protected query SQL parameters.
|
ProtectedQuery |
ProtectedQuery.withStatistics(ProtectedQueryStatistics statistics)
Statistics about protected query execution.
|
ProtectedQuery |
ProtectedQuery.withStatus(ProtectedQueryStatus status)
The status of the query.
|
ProtectedQuery |
ProtectedQuery.withStatus(String status)
The status of the query.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateProtectedQueryResult.setProtectedQuery(ProtectedQuery protectedQuery)
The protected query output.
|
void |
StartProtectedQueryResult.setProtectedQuery(ProtectedQuery protectedQuery)
The protected query.
|
void |
GetProtectedQueryResult.setProtectedQuery(ProtectedQuery protectedQuery)
The query processing metadata.
|
UpdateProtectedQueryResult |
UpdateProtectedQueryResult.withProtectedQuery(ProtectedQuery protectedQuery)
The protected query output.
|
StartProtectedQueryResult |
StartProtectedQueryResult.withProtectedQuery(ProtectedQuery protectedQuery)
The protected query.
|
GetProtectedQueryResult |
GetProtectedQueryResult.withProtectedQuery(ProtectedQuery protectedQuery)
The query processing metadata.
|
Copyright © 2023. All rights reserved.