Class BucketPublicAccess

    • Method Detail

      • effectivePermission

        public final EffectivePermission effectivePermission()

        Specifies whether the bucket is publicly accessible due to the combination of permissions settings that apply to the bucket. Possible values are:

        • NOT_PUBLIC - The bucket isn't publicly accessible.

        • PUBLIC - The bucket is publicly accessible.

        • UNKNOWN - Amazon Macie can't determine whether the bucket is publicly accessible.

        If the service returns an enum value that is not available in the current SDK version, effectivePermission will return EffectivePermission.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from effectivePermissionAsString().

        Returns:

        Specifies whether the bucket is publicly accessible due to the combination of permissions settings that apply to the bucket. Possible values are:

        • NOT_PUBLIC - The bucket isn't publicly accessible.

        • PUBLIC - The bucket is publicly accessible.

        • UNKNOWN - Amazon Macie can't determine whether the bucket is publicly accessible.

        See Also:
        EffectivePermission
      • effectivePermissionAsString

        public final String effectivePermissionAsString()

        Specifies whether the bucket is publicly accessible due to the combination of permissions settings that apply to the bucket. Possible values are:

        • NOT_PUBLIC - The bucket isn't publicly accessible.

        • PUBLIC - The bucket is publicly accessible.

        • UNKNOWN - Amazon Macie can't determine whether the bucket is publicly accessible.

        If the service returns an enum value that is not available in the current SDK version, effectivePermission will return EffectivePermission.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from effectivePermissionAsString().

        Returns:

        Specifies whether the bucket is publicly accessible due to the combination of permissions settings that apply to the bucket. Possible values are:

        • NOT_PUBLIC - The bucket isn't publicly accessible.

        • PUBLIC - The bucket is publicly accessible.

        • UNKNOWN - Amazon Macie can't determine whether the bucket is publicly accessible.

        See Also:
        EffectivePermission
      • permissionConfiguration

        public final BucketPermissionConfiguration permissionConfiguration()

        The account-level and bucket-level permissions settings for the bucket.

        Returns:
        The account-level and bucket-level permissions settings for the bucket.
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • 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.
        Overrides:
        toString in class Object
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)