Package | Description |
---|---|
com.amazonaws.services.cloudsearchdomain.model | |
com.amazonaws.services.cloudsearchdomain.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<DocumentServiceWarning> |
UploadDocumentsResult.warnings
Any warnings returned by the document service about the documents being
uploaded.
|
Modifier and Type | Method and Description |
---|---|
DocumentServiceWarning |
DocumentServiceWarning.clone() |
DocumentServiceWarning |
DocumentServiceWarning.withMessage(java.lang.String message)
The description for a warning returned by the document service.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<DocumentServiceWarning> |
UploadDocumentsResult.getWarnings()
Any warnings returned by the document service about the documents being
uploaded.
|
Modifier and Type | Method and Description |
---|---|
UploadDocumentsResult |
UploadDocumentsResult.withWarnings(DocumentServiceWarning... warnings)
Any warnings returned by the document service about the documents being
uploaded.
|
Modifier and Type | Method and Description |
---|---|
void |
UploadDocumentsResult.setWarnings(java.util.Collection<DocumentServiceWarning> warnings)
Any warnings returned by the document service about the documents being
uploaded.
|
UploadDocumentsResult |
UploadDocumentsResult.withWarnings(java.util.Collection<DocumentServiceWarning> warnings)
Any warnings returned by the document service about the documents being
uploaded.
|
Modifier and Type | Method and Description |
---|---|
DocumentServiceWarning |
DocumentServiceWarningJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
DocumentServiceWarningJsonMarshaller.marshall(DocumentServiceWarning documentServiceWarning,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|