| Package | Description |
|---|---|
| com.amazonaws.services.cleanrooms.model |
| Modifier and Type | Method and Description |
|---|---|
ProtectedQuerySQLParameters |
ProtectedQuerySQLParameters.clone() |
ProtectedQuerySQLParameters |
StartProtectedQueryRequest.getSqlParameters()
The protected SQL query parameters.
|
ProtectedQuerySQLParameters |
ProtectedQuery.getSqlParameters()
The protected query SQL parameters.
|
ProtectedQuerySQLParameters |
ProtectedQuerySQLParameters.withQueryString(String queryString)
The query string to be submitted.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StartProtectedQueryRequest.setSqlParameters(ProtectedQuerySQLParameters sqlParameters)
The protected SQL query parameters.
|
void |
ProtectedQuery.setSqlParameters(ProtectedQuerySQLParameters sqlParameters)
The protected query SQL parameters.
|
StartProtectedQueryRequest |
StartProtectedQueryRequest.withSqlParameters(ProtectedQuerySQLParameters sqlParameters)
The protected SQL query parameters.
|
ProtectedQuery |
ProtectedQuery.withSqlParameters(ProtectedQuerySQLParameters sqlParameters)
The protected query SQL parameters.
|
Copyright © 2023. All rights reserved.