Uses of Class
software.amazon.awssdk.services.guardduty.model.PublicAccessStatus
-
Packages that use PublicAccessStatus Package Description software.amazon.awssdk.services.guardduty.model -
-
Uses of PublicAccessStatus in software.amazon.awssdk.services.guardduty.model
Methods in software.amazon.awssdk.services.guardduty.model that return PublicAccessStatus Modifier and Type Method Description static PublicAccessStatusPublicAccessStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.PublicAccessStatusPublicAccessConfiguration. publicAclAccess()Indicates whether or not there is a setting that allows public access to the Amazon S3 buckets through access control lists (ACLs).PublicAccessStatusPublicAccessConfiguration. publicPolicyAccess()Indicates whether or not there is a setting that allows public access to the Amazon S3 bucket policy.PublicAccessStatusS3Bucket. publicReadAccess()Indicates whether or not the public read access is allowed for an Amazon S3 bucket.PublicAccessStatusS3Bucket. publicWriteAccess()Indicates whether or not the public write access is allowed for an Amazon S3 bucket.static PublicAccessStatusPublicAccessStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static PublicAccessStatus[]PublicAccessStatus. 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 PublicAccessStatus Modifier and Type Method Description static Set<PublicAccessStatus>PublicAccessStatus. knownValues()Methods in software.amazon.awssdk.services.guardduty.model with parameters of type PublicAccessStatus Modifier and Type Method Description PublicAccessConfiguration.BuilderPublicAccessConfiguration.Builder. publicAclAccess(PublicAccessStatus publicAclAccess)Indicates whether or not there is a setting that allows public access to the Amazon S3 buckets through access control lists (ACLs).PublicAccessConfiguration.BuilderPublicAccessConfiguration.Builder. publicPolicyAccess(PublicAccessStatus publicPolicyAccess)Indicates whether or not there is a setting that allows public access to the Amazon S3 bucket policy.S3Bucket.BuilderS3Bucket.Builder. publicReadAccess(PublicAccessStatus publicReadAccess)Indicates whether or not the public read access is allowed for an Amazon S3 bucket.S3Bucket.BuilderS3Bucket.Builder. publicWriteAccess(PublicAccessStatus publicWriteAccess)Indicates whether or not the public write access is allowed for an Amazon S3 bucket.
-