Class BucketCountByEffectivePermission
- java.lang.Object
-
- software.amazon.awssdk.services.macie2.model.BucketCountByEffectivePermission
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<BucketCountByEffectivePermission.Builder,BucketCountByEffectivePermission>
@Generated("software.amazon.awssdk:codegen") public final class BucketCountByEffectivePermission extends Object implements SdkPojo, Serializable, ToCopyableBuilder<BucketCountByEffectivePermission.Builder,BucketCountByEffectivePermission>
Provides information about the number of S3 buckets that are publicly accessible due to a combination of permissions settings for each bucket.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceBucketCountByEffectivePermission.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static BucketCountByEffectivePermission.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()LongpubliclyAccessible()The total number of buckets that allow the general public to have read or write access to the bucket.LongpubliclyReadable()The total number of buckets that allow the general public to have read access to the bucket.LongpubliclyWritable()The total number of buckets that allow the general public to have write access to the bucket.List<SdkField<?>>sdkFields()static Class<? extends BucketCountByEffectivePermission.Builder>serializableBuilderClass()BucketCountByEffectivePermission.BuildertoBuilder()StringtoString()Returns a string representation of this object.Longunknown()The total number of buckets that Amazon Macie wasn't able to evaluate permissions settings for.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
publiclyAccessible
public final Long publiclyAccessible()
The total number of buckets that allow the general public to have read or write access to the bucket.
- Returns:
- The total number of buckets that allow the general public to have read or write access to the bucket.
-
publiclyReadable
public final Long publiclyReadable()
The total number of buckets that allow the general public to have read access to the bucket.
- Returns:
- The total number of buckets that allow the general public to have read access to the bucket.
-
publiclyWritable
public final Long publiclyWritable()
The total number of buckets that allow the general public to have write access to the bucket.
- Returns:
- The total number of buckets that allow the general public to have write access to the bucket.
-
unknown
public final Long unknown()
The total number of buckets that Amazon Macie wasn't able to evaluate permissions settings for. Macie can't determine whether these buckets are publicly accessible.
- Returns:
- The total number of buckets that Amazon Macie wasn't able to evaluate permissions settings for. Macie can't determine whether these buckets are publicly accessible.
-
toBuilder
public BucketCountByEffectivePermission.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<BucketCountByEffectivePermission.Builder,BucketCountByEffectivePermission>
-
builder
public static BucketCountByEffectivePermission.Builder builder()
-
serializableBuilderClass
public static Class<? extends BucketCountByEffectivePermission.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-