Uses of Class
software.amazon.awssdk.services.guardduty.model.PublicBucketRestrictBehavior
-
Packages that use PublicBucketRestrictBehavior Package Description software.amazon.awssdk.services.guardduty.model -
-
Uses of PublicBucketRestrictBehavior in software.amazon.awssdk.services.guardduty.model
Methods in software.amazon.awssdk.services.guardduty.model that return PublicBucketRestrictBehavior Modifier and Type Method Description static PublicBucketRestrictBehaviorPublicBucketRestrictBehavior. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.PublicBucketRestrictBehaviorPublicAccessConfiguration. publicBucketRestrictBehavior()Indicates whether or not there is a setting that restricts access to the bucket with specified policies.static PublicBucketRestrictBehaviorPublicBucketRestrictBehavior. valueOf(String name)Returns the enum constant of this type with the specified name.static PublicBucketRestrictBehavior[]PublicBucketRestrictBehavior. 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 PublicBucketRestrictBehavior Modifier and Type Method Description static Set<PublicBucketRestrictBehavior>PublicBucketRestrictBehavior. knownValues()Methods in software.amazon.awssdk.services.guardduty.model with parameters of type PublicBucketRestrictBehavior Modifier and Type Method Description PublicAccessConfiguration.BuilderPublicAccessConfiguration.Builder. publicBucketRestrictBehavior(PublicBucketRestrictBehavior publicBucketRestrictBehavior)Indicates whether or not there is a setting that restricts access to the bucket with specified policies.
-