Package | Description |
---|---|
com.amazonaws.services.s3.model |
Classes modeling the various types represented by Amazon S3.
|
Modifier and Type | Method and Description |
---|---|
JSONOutput |
OutputSerialization.getJson()
Specifies JSON as request's output serialization format.
|
JSONOutput |
JSONOutput.withRecordDelimiter(Character recordDelimiter)
The value used to separate individual records in the output.
|
JSONOutput |
JSONOutput.withRecordDelimiter(String recordDelimiter)
The value used to separate individual records in the output.
|
Modifier and Type | Method and Description |
---|---|
void |
OutputSerialization.setJson(JSONOutput json)
Specifies JSON as request's output serialization format.
|
OutputSerialization |
OutputSerialization.withJson(JSONOutput json)
Specifies JSON as request's output serialization format.
|
Copyright © 2018. All rights reserved.