| Package | Description |
|---|---|
| com.amazonaws.services.simplesystemsmanagement.model |
| 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(String fault)
The source of the failure.
|
FailedCreateAssociation |
FailedCreateAssociation.withMessage(String message)
A description of the failure.
|
| Modifier and Type | Method and Description |
|---|---|
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(Collection<FailedCreateAssociation> failed)
Information about the associations that failed.
|
CreateAssociationBatchResult |
CreateAssociationBatchResult.withFailed(Collection<FailedCreateAssociation> failed)
Information about the associations that failed.
|
Copyright © 2018. All rights reserved.