Uses of Class
software.amazon.awssdk.services.cleanroomsml.model.PolicyExistenceCondition
-
Packages that use PolicyExistenceCondition Package Description software.amazon.awssdk.services.cleanroomsml.model -
-
Uses of PolicyExistenceCondition in software.amazon.awssdk.services.cleanroomsml.model
Methods in software.amazon.awssdk.services.cleanroomsml.model that return PolicyExistenceCondition Modifier and Type Method Description static PolicyExistenceConditionPolicyExistenceCondition. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.PolicyExistenceConditionPutConfiguredAudienceModelPolicyRequest. policyExistenceCondition()Use this to prevent unexpected concurrent modification of the policy.static PolicyExistenceConditionPolicyExistenceCondition. valueOf(String name)Returns the enum constant of this type with the specified name.static PolicyExistenceCondition[]PolicyExistenceCondition. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.cleanroomsml.model that return types with arguments of type PolicyExistenceCondition Modifier and Type Method Description static Set<PolicyExistenceCondition>PolicyExistenceCondition. knownValues()Methods in software.amazon.awssdk.services.cleanroomsml.model with parameters of type PolicyExistenceCondition Modifier and Type Method Description PutConfiguredAudienceModelPolicyRequest.BuilderPutConfiguredAudienceModelPolicyRequest.Builder. policyExistenceCondition(PolicyExistenceCondition policyExistenceCondition)Use this to prevent unexpected concurrent modification of the policy.
-