Package | Description |
---|---|
com.amazonaws.services.simplesystemsmanagement.model | |
com.amazonaws.services.simplesystemsmanagement.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<FailedCreateAssociation> |
CreateAssociationBatchResult.failed
Information about the associations that failed.
|
Modifier and Type | Method and Description |
---|---|
FailedCreateAssociation |
FailedCreateAssociation.clone() |
FailedCreateAssociation |
FailedCreateAssociation.withEntry(CreateAssociationBatchRequestEntry entry)
The association.
|
FailedCreateAssociation |
FailedCreateAssociation.withFault(Fault fault)
The source of the failure.
|
FailedCreateAssociation |
FailedCreateAssociation.withFault(java.lang.String fault)
The source of the failure.
|
FailedCreateAssociation |
FailedCreateAssociation.withMessage(java.lang.String message)
A description of the failure.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<FailedCreateAssociation> |
CreateAssociationBatchResult.getFailed()
Information about the associations that failed.
|
Modifier and Type | Method and Description |
---|---|
CreateAssociationBatchResult |
CreateAssociationBatchResult.withFailed(FailedCreateAssociation... failed)
Information about the associations that failed.
|
Modifier and Type | Method and Description |
---|---|
void |
CreateAssociationBatchResult.setFailed(java.util.Collection<FailedCreateAssociation> failed)
Information about the associations that failed.
|
CreateAssociationBatchResult |
CreateAssociationBatchResult.withFailed(java.util.Collection<FailedCreateAssociation> failed)
Information about the associations that failed.
|
Modifier and Type | Method and Description |
---|---|
FailedCreateAssociation |
FailedCreateAssociationJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
FailedCreateAssociationJsonMarshaller.marshall(FailedCreateAssociation failedCreateAssociation,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|