| Package | Description |
|---|---|
| org.kuali.common.aws.s3 | |
| org.kuali.common.aws.s3.model |
| Modifier and Type | Method and Description |
|---|---|
ObjectSummary |
S3Service.getSummary(String bucket,
String key) |
ObjectSummary |
DefaultS3Service.getSummary(String bucket,
String key) |
| Modifier and Type | Method and Description |
|---|---|
List<ObjectSummary> |
S3Service.getCompleteList(String bucket,
String prefix) |
List<ObjectSummary> |
DefaultS3Service.getCompleteList(String bucket,
String prefix) |
| Modifier and Type | Method and Description |
|---|---|
ObjectSummary |
ObjectSummary.Builder.build() |
static ObjectSummary |
ObjectSummary.copyOf(com.amazonaws.services.s3.model.S3ObjectSummary mutable) |
| Modifier and Type | Method and Description |
|---|---|
List<ObjectSummary> |
ObjectListing.getSummaries() |
| Modifier and Type | Method and Description |
|---|---|
ObjectListing.Builder |
ObjectListing.Builder.withSummaries(List<ObjectSummary> summaries) |
Copyright © 2004–2014 The Kuali Foundation. All rights reserved.