Uses of Class
software.amazon.awssdk.services.glue.model.ExistCondition
-
Packages that use ExistCondition Package Description software.amazon.awssdk.services.glue.model -
-
Uses of ExistCondition in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return ExistCondition Modifier and Type Method Description static ExistConditionExistCondition. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ExistConditionPutResourcePolicyRequest. policyExistsCondition()A value ofMUST_EXISTis used to update a policy.static ExistConditionExistCondition. valueOf(String name)Returns the enum constant of this type with the specified name.static ExistCondition[]ExistCondition. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type ExistCondition Modifier and Type Method Description static Set<ExistCondition>ExistCondition. knownValues()Methods in software.amazon.awssdk.services.glue.model with parameters of type ExistCondition Modifier and Type Method Description PutResourcePolicyRequest.BuilderPutResourcePolicyRequest.Builder. policyExistsCondition(ExistCondition policyExistsCondition)A value ofMUST_EXISTis used to update a policy.
-