| Package | Description |
|---|---|
| software.amazon.awssdk.services.ssm.model | |
| software.amazon.awssdk.services.ssm.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<DocumentIdentifier> |
ListDocumentsResponse.documentIdentifiers()
The names of the Systems Manager documents.
|
| Modifier and Type | Method and Description |
|---|---|
ListDocumentsResponse.Builder |
ListDocumentsResponse.Builder.documentIdentifiers(DocumentIdentifier... documentIdentifiers)
The names of the Systems Manager documents.
|
| Modifier and Type | Method and Description |
|---|---|
ListDocumentsResponse.Builder |
ListDocumentsResponse.Builder.documentIdentifiers(Collection<DocumentIdentifier> documentIdentifiers)
The names of the Systems Manager documents.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<DocumentIdentifier> |
ListDocumentsPublisher.documentIdentifiers()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<DocumentIdentifier> |
ListDocumentsIterable.documentIdentifiers()
Returns an iterable to iterate through the paginated
ListDocumentsResponse.documentIdentifiers() member. |
Copyright © 2019. All rights reserved.