| Package | Description |
|---|---|
| com.amazonaws.services.cleanrooms |
|
| com.amazonaws.services.cleanrooms.model |
| Modifier and Type | Method and Description |
|---|---|
Future<StartProtectedQueryResult> |
AbstractAWSCleanRoomsAsync.startProtectedQueryAsync(StartProtectedQueryRequest request,
AsyncHandler<StartProtectedQueryRequest,StartProtectedQueryResult> asyncHandler) |
Future<StartProtectedQueryResult> |
AWSCleanRoomsAsync.startProtectedQueryAsync(StartProtectedQueryRequest startProtectedQueryRequest,
AsyncHandler<StartProtectedQueryRequest,StartProtectedQueryResult> asyncHandler)
Creates a protected query that is started by AWS Clean Rooms.
|
Future<StartProtectedQueryResult> |
AWSCleanRoomsAsyncClient.startProtectedQueryAsync(StartProtectedQueryRequest request,
AsyncHandler<StartProtectedQueryRequest,StartProtectedQueryResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
StartProtectedQueryRequest |
StartProtectedQueryRequest.clone() |
StartProtectedQueryRequest |
StartProtectedQueryRequest.withMembershipIdentifier(String membershipIdentifier)
A unique identifier for the membership to run this query against.
|
StartProtectedQueryRequest |
StartProtectedQueryRequest.withResultConfiguration(ProtectedQueryResultConfiguration resultConfiguration)
The details needed to write the query results.
|
StartProtectedQueryRequest |
StartProtectedQueryRequest.withSqlParameters(ProtectedQuerySQLParameters sqlParameters)
The protected SQL query parameters.
|
StartProtectedQueryRequest |
StartProtectedQueryRequest.withType(ProtectedQueryType type)
The type of the protected query to be started.
|
StartProtectedQueryRequest |
StartProtectedQueryRequest.withType(String type)
The type of the protected query to be started.
|
Copyright © 2023. All rights reserved.