| Package | Description |
|---|---|
| com.amazonaws.services.cleanrooms |
|
| com.amazonaws.services.cleanrooms.model |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateProtectedQueryResult> |
AWSCleanRoomsAsyncClient.updateProtectedQueryAsync(UpdateProtectedQueryRequest request,
AsyncHandler<UpdateProtectedQueryRequest,UpdateProtectedQueryResult> asyncHandler) |
Future<UpdateProtectedQueryResult> |
AbstractAWSCleanRoomsAsync.updateProtectedQueryAsync(UpdateProtectedQueryRequest request,
AsyncHandler<UpdateProtectedQueryRequest,UpdateProtectedQueryResult> asyncHandler) |
Future<UpdateProtectedQueryResult> |
AWSCleanRoomsAsync.updateProtectedQueryAsync(UpdateProtectedQueryRequest updateProtectedQueryRequest,
AsyncHandler<UpdateProtectedQueryRequest,UpdateProtectedQueryResult> asyncHandler)
Updates the processing of a currently running query.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateProtectedQueryRequest |
UpdateProtectedQueryRequest.clone() |
UpdateProtectedQueryRequest |
UpdateProtectedQueryRequest.withMembershipIdentifier(String membershipIdentifier)
The identifier for a member of a protected query instance.
|
UpdateProtectedQueryRequest |
UpdateProtectedQueryRequest.withProtectedQueryIdentifier(String protectedQueryIdentifier)
The identifier for a protected query instance.
|
UpdateProtectedQueryRequest |
UpdateProtectedQueryRequest.withTargetStatus(String targetStatus)
The target status of a query.
|
UpdateProtectedQueryRequest |
UpdateProtectedQueryRequest.withTargetStatus(TargetProtectedQueryStatus targetStatus)
The target status of a query.
|
Copyright © 2023. All rights reserved.