Package | Description |
---|---|
org.jets3t.service |
Provides the main S3 Service interface, on which all JetS3t REST/HTTP or SOAP
implementations are based, and utilites applicable for all services.
|
org.jets3t.service.impl.rest |
Contains utilties of use to any REST/HTTP S3 Service implementations, and specifically to
the HttpClient implementation provided with JetS3t.
|
Modifier and Type | Method and Description |
---|---|
OriginAccessIdentity |
CloudFrontService.createOriginAccessIdentity(String callerReference,
String comment)
Create a new Origin Access Identity
|
OriginAccessIdentity |
CloudFrontService.getOriginAccessIdentity(String id)
Obtain the complete properties of an Origin Access Identity.
|
Modifier and Type | Method and Description |
---|---|
List<OriginAccessIdentity> |
CloudFrontService.getOriginAccessIdentityList()
List the Origin Access Identities in a CloudFront account.
|
Modifier and Type | Method and Description |
---|---|
OriginAccessIdentity |
CloudFrontXmlResponsesSaxParser.OriginAccessIdentityHandler.getOriginAccessIdentity() |
Modifier and Type | Method and Description |
---|---|
List<OriginAccessIdentity> |
CloudFrontXmlResponsesSaxParser.OriginAccessIdentityListHandler.getOriginAccessIdentityList() |
Copyright © 2006–2018. All rights reserved.