Class BucketLevelPermissions

    • Method Detail

      • accessControlList

        public final AccessControlList accessControlList()

        The permissions settings of the access control list (ACL) for the bucket. This value is null if an ACL hasn't been defined for the bucket.

        Returns:
        The permissions settings of the access control list (ACL) for the bucket. This value is null if an ACL hasn't been defined for the bucket.
      • blockPublicAccess

        public final BlockPublicAccess blockPublicAccess()

        The block public access settings for the bucket.

        Returns:
        The block public access settings for the bucket.
      • bucketPolicy

        public final BucketPolicy bucketPolicy()

        The permissions settings of the bucket policy for the bucket. This value is null if a bucket policy hasn't been defined for the bucket.

        Returns:
        The permissions settings of the bucket policy for the bucket. This value is null if a bucket policy hasn't been defined 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)