Uses of Class
software.amazon.awssdk.services.accessanalyzer.model.ValidatePolicyResourceType
-
Packages that use ValidatePolicyResourceType Package Description software.amazon.awssdk.services.accessanalyzer.model -
-
Uses of ValidatePolicyResourceType in software.amazon.awssdk.services.accessanalyzer.model
Methods in software.amazon.awssdk.services.accessanalyzer.model that return ValidatePolicyResourceType Modifier and Type Method Description static ValidatePolicyResourceTypeValidatePolicyResourceType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ValidatePolicyResourceTypeValidatePolicyRequest. validatePolicyResourceType()The type of resource to attach to your resource policy.static ValidatePolicyResourceTypeValidatePolicyResourceType. valueOf(String name)Returns the enum constant of this type with the specified name.static ValidatePolicyResourceType[]ValidatePolicyResourceType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.accessanalyzer.model that return types with arguments of type ValidatePolicyResourceType Modifier and Type Method Description static Set<ValidatePolicyResourceType>ValidatePolicyResourceType. knownValues()Methods in software.amazon.awssdk.services.accessanalyzer.model with parameters of type ValidatePolicyResourceType Modifier and Type Method Description ValidatePolicyRequest.BuilderValidatePolicyRequest.Builder. validatePolicyResourceType(ValidatePolicyResourceType validatePolicyResourceType)The type of resource to attach to your resource policy.
-