Uses of Class
software.amazon.awssdk.services.cleanrooms.model.StartProtectedQueryRequest
-
Packages that use StartProtectedQueryRequest Package Description software.amazon.awssdk.services.cleanrooms Welcome to the Clean Rooms API Reference.software.amazon.awssdk.services.cleanrooms.transform -
-
Uses of StartProtectedQueryRequest in software.amazon.awssdk.services.cleanrooms
Methods in software.amazon.awssdk.services.cleanrooms with parameters of type StartProtectedQueryRequest Modifier and Type Method Description default CompletableFuture<StartProtectedQueryResponse>CleanRoomsAsyncClient. startProtectedQuery(StartProtectedQueryRequest 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. -
Uses of StartProtectedQueryRequest in software.amazon.awssdk.services.cleanrooms.transform
Methods in software.amazon.awssdk.services.cleanrooms.transform with parameters of type StartProtectedQueryRequest Modifier and Type Method Description SdkHttpFullRequestStartProtectedQueryRequestMarshaller. marshall(StartProtectedQueryRequest startProtectedQueryRequest)
-