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.
|
org.jets3t.service.model.cloudfront |
Modifier and Type | Method and Description |
---|---|
OriginAccessIdentityConfig |
CloudFrontService.getOriginAccessIdentityConfig(String id)
Obtain the configuration properties of an Origin Access Identity.
|
OriginAccessIdentityConfig |
CloudFrontService.updateOriginAccessIdentityConfig(String id,
String comment)
Update the properties of an Origin Access Identity.
|
Modifier and Type | Method and Description |
---|---|
OriginAccessIdentityConfig |
CloudFrontXmlResponsesSaxParser.OriginAccessIdentityConfigHandler.getOriginAccessIdentityConfig() |
Modifier and Type | Method and Description |
---|---|
OriginAccessIdentityConfig |
OriginAccessIdentity.getConfig() |
Constructor and Description |
---|
OriginAccessIdentity(String id,
String s3CanonicalUserId,
OriginAccessIdentityConfig config) |
Copyright © 2006–2018. All rights reserved.