Interface S3Resource

    • Method Detail

      • type

        String type()
        Gets the type of S3 resource represented by this object (e.g.: 'bucket_name'). See S3ResourceType for a list and description of all valid types.
        Returns:
        the string name of the S3 resource type.
      • parentS3Resource

        default Optional<S3Resource> parentS3Resource()
        Gets the optional parent resource.
        Returns:
        the optional parent resource.