Class BucketLoggingDialog

    • Method Detail

      • showDialog

        public static void showDialog​(Frame ownerFrame,
                                      S3Service s3Service,
                                      S3Bucket[] buckets,
                                      HyperlinkActivatedListener hyperlinkListener)
        Dialog box for displaying and modifying the logging status of buckets.
        Parameters:
        ownerFrame - the frame that will own the dialog.
        s3Service - an S3 Service that will be used to query and update the logging status of buckets. This service must be initialised with the necessary AWS credentials to perform the logging status change operations.
        buckets - the buckets in the user's S3 account.
        hyperlinkListener - the listener that will act on any hyperlink events triggered by the user clicking on HTTP links.
      • showDialog

        public static void showDialog​(Frame ownerFrame,
                                      S3Service s3Service,
                                      String[] bucketNames,
                                      HyperlinkActivatedListener hyperlinkListener)
        Dialog box for displaying and modifying the logging status of buckets.
        Parameters:
        ownerFrame - the frame that will own the dialog.
        s3Service - an S3 Service that will be used to query and update the logging status of buckets. This service must be initialised with the necessary AWS credentials to perform the logging status change operations.
        bucketNames - the names of buckets in the user's S3 account.
        hyperlinkListener - the listener that will act on any hyperlink events triggered by the user clicking on HTTP links.