| Package | Description |
|---|---|
| com.amazonaws.services.cleanrooms.model |
| Modifier and Type | Method and Description |
|---|---|
ProtectedQuerySQLParameters |
ProtectedQuerySQLParameters.addParametersEntry(String key,
String value)
Add a single Parameters entry
|
ProtectedQuerySQLParameters |
ProtectedQuerySQLParameters.clearParametersEntries()
Removes all the entries added into Parameters.
|
ProtectedQuerySQLParameters |
ProtectedQuerySQLParameters.clone() |
ProtectedQuerySQLParameters |
StartProtectedQueryRequest.getSqlParameters()
The protected SQL query parameters.
|
ProtectedQuerySQLParameters |
ProtectedQuery.getSqlParameters()
The protected query SQL parameters.
|
ProtectedQuerySQLParameters |
ProtectedQuerySQLParameters.withAnalysisTemplateArn(String analysisTemplateArn)
The Amazon Resource Name (ARN) associated with the analysis template within a collaboration.
|
ProtectedQuerySQLParameters |
ProtectedQuerySQLParameters.withParameters(Map<String,String> parameters)
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.