Interface ListBucketResultV2

All Superinterfaces:
ListBucketResultBase

@Immutable public interface ListBucketResultV2 extends ListBucketResultBase
  • Method Details

    • builder

      static ListBucketResultV2.Builder builder()
    • continuationToken

      @Nullable String continuationToken()
    • keyCount

      int keyCount()
    • nextContinuationToken

      @Nullable String nextContinuationToken()
    • startAfter

      @Nullable String startAfter()