Package | Description |
---|---|
com.amazonaws.services.s3 |
Synchronous client for accessing Amazon S3.
|
com.amazonaws.services.s3.model |
Classes modeling the various types represented by Amazon S3.
|
com.amazonaws.services.s3.model.transform |
Modifier and Type | Method and Description |
---|---|
private RequestPaymentConfiguration |
AmazonS3Client.getBucketRequestPayment(GetRequestPaymentConfigurationRequest getRequestPaymentConfigurationRequest)
Retrieves the request payment configuration for a given Amazon S3 bucket.
|
Modifier and Type | Field and Description |
---|---|
private RequestPaymentConfiguration |
SetRequestPaymentConfigurationRequest.configuration
The configuration associated with the Amazon S3 bucket.
|
Modifier and Type | Method and Description |
---|---|
RequestPaymentConfiguration |
SetRequestPaymentConfigurationRequest.getConfiguration() |
Modifier and Type | Method and Description |
---|---|
void |
SetRequestPaymentConfigurationRequest.setConfiguration(RequestPaymentConfiguration configuration) |
Constructor and Description |
---|
SetRequestPaymentConfigurationRequest(java.lang.String bucketName,
RequestPaymentConfiguration configuration) |
Modifier and Type | Method and Description |
---|---|
RequestPaymentConfiguration |
XmlResponsesSaxParser.RequestPaymentConfigurationHandler.getConfiguration() |
RequestPaymentConfiguration |
Unmarshallers.RequestPaymentConfigurationUnmarshaller.unmarshall(java.io.InputStream in) |
Modifier and Type | Method and Description |
---|---|
byte[] |
RequestPaymentConfigurationXmlFactory.convertToXmlByteArray(RequestPaymentConfiguration requestPaymentConfiguration)
Converts the specified request payment configuration into an XML byte
array to send to Amazon S3.
|