| Package | Description |
|---|---|
| com.amazonaws.services.simplesystemsmanagement.model |
Classes modeling the various types represented by AWSSimpleSystemsManagement.
|
| Modifier and Type | Method and Description |
|---|---|
DocumentIdentifier |
DocumentIdentifier.clone() |
DocumentIdentifier |
DocumentIdentifier.withName(String name)
The name of the configuration document.
|
| Modifier and Type | Method and Description |
|---|---|
List<DocumentIdentifier> |
ListDocumentsResult.getDocumentIdentifiers()
The names of the configuration documents.
|
| Modifier and Type | Method and Description |
|---|---|
ListDocumentsResult |
ListDocumentsResult.withDocumentIdentifiers(DocumentIdentifier... documentIdentifiers)
The names of the configuration documents.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListDocumentsResult.setDocumentIdentifiers(Collection<DocumentIdentifier> documentIdentifiers)
The names of the configuration documents.
|
ListDocumentsResult |
ListDocumentsResult.withDocumentIdentifiers(Collection<DocumentIdentifier> documentIdentifiers)
The names of the configuration documents.
|
Copyright © 2015. All rights reserved.