Uses of Class
software.amazon.awssdk.services.cleanrooms.model.UpdateProtectedQueryResponse
-
Packages that use UpdateProtectedQueryResponse Package Description software.amazon.awssdk.services.cleanrooms Welcome to the Clean Rooms API Reference. -
-
Uses of UpdateProtectedQueryResponse in software.amazon.awssdk.services.cleanrooms
Methods in software.amazon.awssdk.services.cleanrooms that return UpdateProtectedQueryResponse Modifier and Type Method Description default UpdateProtectedQueryResponseCleanRoomsClient. updateProtectedQuery(Consumer<UpdateProtectedQueryRequest.Builder> updateProtectedQueryRequest)Updates the processing of a currently running query.default UpdateProtectedQueryResponseCleanRoomsClient. updateProtectedQuery(UpdateProtectedQueryRequest updateProtectedQueryRequest)Updates the processing of a currently running query.Methods in software.amazon.awssdk.services.cleanrooms that return types with arguments of type UpdateProtectedQueryResponse Modifier and Type Method Description default CompletableFuture<UpdateProtectedQueryResponse>CleanRoomsAsyncClient. updateProtectedQuery(Consumer<UpdateProtectedQueryRequest.Builder> updateProtectedQueryRequest)Updates the processing of a currently running query.default CompletableFuture<UpdateProtectedQueryResponse>CleanRoomsAsyncClient. updateProtectedQuery(UpdateProtectedQueryRequest updateProtectedQueryRequest)Updates the processing of a currently running query.
-