Uses of Class
software.amazon.awssdk.services.cleanrooms.model.ProtectedQueryStatus
-
Packages that use ProtectedQueryStatus Package Description software.amazon.awssdk.services.cleanrooms.model -
-
Uses of ProtectedQueryStatus in software.amazon.awssdk.services.cleanrooms.model
Methods in software.amazon.awssdk.services.cleanrooms.model that return ProtectedQueryStatus Modifier and Type Method Description static ProtectedQueryStatusProtectedQueryStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ProtectedQueryStatusListProtectedQueriesRequest. status()A filter on the status of the protected query.ProtectedQueryStatusProtectedQuery. status()The status of the query.ProtectedQueryStatusProtectedQuerySummary. status()The status of the protected query.static ProtectedQueryStatusProtectedQueryStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static ProtectedQueryStatus[]ProtectedQueryStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.cleanrooms.model that return types with arguments of type ProtectedQueryStatus Modifier and Type Method Description static Set<ProtectedQueryStatus>ProtectedQueryStatus. knownValues()Methods in software.amazon.awssdk.services.cleanrooms.model with parameters of type ProtectedQueryStatus Modifier and Type Method Description ListProtectedQueriesRequest.BuilderListProtectedQueriesRequest.Builder. status(ProtectedQueryStatus status)A filter on the status of the protected query.ProtectedQuery.BuilderProtectedQuery.Builder. status(ProtectedQueryStatus status)The status of the query.ProtectedQuerySummary.BuilderProtectedQuerySummary.Builder. status(ProtectedQueryStatus status)The status of the protected query.
-