Package | Description |
---|---|
com.amazonaws.services.simplesystemsmanagement.model |
Modifier and Type | Method and Description |
---|---|
DocumentIdentifier |
DocumentIdentifier.clone() |
DocumentIdentifier |
DocumentIdentifier.withName(String name)
The name of the SSM document.
|
DocumentIdentifier |
DocumentIdentifier.withOwner(String owner)
The AWS user account of the person who created the document.
|
DocumentIdentifier |
DocumentIdentifier.withPlatformTypes(Collection<String> platformTypes)
The operating system platform.
|
DocumentIdentifier |
DocumentIdentifier.withPlatformTypes(PlatformType... platformTypes)
The operating system platform.
|
DocumentIdentifier |
DocumentIdentifier.withPlatformTypes(String... platformTypes)
The operating system platform.
|
Modifier and Type | Method and Description |
---|---|
List<DocumentIdentifier> |
ListDocumentsResult.getDocumentIdentifiers()
The names of the SSM documents.
|
Modifier and Type | Method and Description |
---|---|
ListDocumentsResult |
ListDocumentsResult.withDocumentIdentifiers(DocumentIdentifier... documentIdentifiers)
The names of the SSM documents.
|
Modifier and Type | Method and Description |
---|---|
void |
ListDocumentsResult.setDocumentIdentifiers(Collection<DocumentIdentifier> documentIdentifiers)
The names of the SSM documents.
|
ListDocumentsResult |
ListDocumentsResult.withDocumentIdentifiers(Collection<DocumentIdentifier> documentIdentifiers)
The names of the SSM documents.
|
Copyright © 2018. All rights reserved.