Uses of Class
software.amazon.awssdk.services.guardduty.model.PublicAclIgnoreBehavior
-
Packages that use PublicAclIgnoreBehavior Package Description software.amazon.awssdk.services.guardduty.model -
-
Uses of PublicAclIgnoreBehavior in software.amazon.awssdk.services.guardduty.model
Methods in software.amazon.awssdk.services.guardduty.model that return PublicAclIgnoreBehavior Modifier and Type Method Description static PublicAclIgnoreBehaviorPublicAclIgnoreBehavior. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.PublicAclIgnoreBehaviorPublicAccessConfiguration. publicAclIgnoreBehavior()Indicates whether or not there is a setting that ignores all public access control lists (ACLs) on the Amazon S3 bucket and the objects that it contains.static PublicAclIgnoreBehaviorPublicAclIgnoreBehavior. valueOf(String name)Returns the enum constant of this type with the specified name.static PublicAclIgnoreBehavior[]PublicAclIgnoreBehavior. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.guardduty.model that return types with arguments of type PublicAclIgnoreBehavior Modifier and Type Method Description static Set<PublicAclIgnoreBehavior>PublicAclIgnoreBehavior. knownValues()Methods in software.amazon.awssdk.services.guardduty.model with parameters of type PublicAclIgnoreBehavior Modifier and Type Method Description PublicAccessConfiguration.BuilderPublicAccessConfiguration.Builder. publicAclIgnoreBehavior(PublicAclIgnoreBehavior publicAclIgnoreBehavior)Indicates whether or not there is a setting that ignores all public access control lists (ACLs) on the Amazon S3 bucket and the objects that it contains.
-