Uses of Class
software.amazon.awssdk.services.cleanrooms.model.StartProtectedQueryResponse
-
Packages that use StartProtectedQueryResponse Package Description software.amazon.awssdk.services.cleanrooms Welcome to the Clean Rooms API Reference. -
-
Uses of StartProtectedQueryResponse in software.amazon.awssdk.services.cleanrooms
Methods in software.amazon.awssdk.services.cleanrooms that return StartProtectedQueryResponse Modifier and Type Method Description default StartProtectedQueryResponseCleanRoomsClient. startProtectedQuery(Consumer<StartProtectedQueryRequest.Builder> startProtectedQueryRequest)Creates a protected query that is started by Clean Rooms.default StartProtectedQueryResponseCleanRoomsClient. startProtectedQuery(StartProtectedQueryRequest startProtectedQueryRequest)Creates a protected query that is started by Clean Rooms.Methods in software.amazon.awssdk.services.cleanrooms that return types with arguments of type StartProtectedQueryResponse Modifier and Type Method Description default CompletableFuture<StartProtectedQueryResponse>CleanRoomsAsyncClient. startProtectedQuery(Consumer<StartProtectedQueryRequest.Builder> startProtectedQueryRequest)Creates a protected query that is started by Clean Rooms.default CompletableFuture<StartProtectedQueryResponse>CleanRoomsAsyncClient. startProtectedQuery(StartProtectedQueryRequest startProtectedQueryRequest)Creates a protected query that is started by Clean Rooms.
-