Uses of Class
software.amazon.awssdk.services.cleanroomsml.model.ProtectedQueryInputParameters
-
Packages that use ProtectedQueryInputParameters Package Description software.amazon.awssdk.services.cleanroomsml.model -
-
Uses of ProtectedQueryInputParameters in software.amazon.awssdk.services.cleanroomsml.model
Methods in software.amazon.awssdk.services.cleanroomsml.model that return ProtectedQueryInputParameters Modifier and Type Method Description ProtectedQueryInputParametersInputChannelDataSource. protectedQueryInputParameters()Returns the value of the ProtectedQueryInputParameters property for this object.Methods in software.amazon.awssdk.services.cleanroomsml.model with parameters of type ProtectedQueryInputParameters Modifier and Type Method Description static InputChannelDataSourceInputChannelDataSource. fromProtectedQueryInputParameters(ProtectedQueryInputParameters protectedQueryInputParameters)Create an instance of this class withInputChannelDataSource.protectedQueryInputParameters()initialized to the given value.InputChannelDataSource.BuilderInputChannelDataSource.Builder. protectedQueryInputParameters(ProtectedQueryInputParameters protectedQueryInputParameters)Sets the value of the ProtectedQueryInputParameters property for this object.
-