| Package | Description |
|---|---|
| software.amazon.awssdk.services.ssm.model | |
| software.amazon.awssdk.services.ssm.paginators | |
| software.amazon.awssdk.services.ssm.transform |
| 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 |
|---|---|
SdkIterable<DocumentIdentifier> |
ListDocumentsPaginator.documentIdentifiers()
Returns an iterable to iterate through the paginated
ListDocumentsResponse.documentIdentifiers() member. |
| Modifier and Type | Method and Description |
|---|---|
DocumentIdentifier |
DocumentIdentifierUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
| Modifier and Type | Method and Description |
|---|---|
void |
DocumentIdentifierMarshaller.marshall(DocumentIdentifier documentIdentifier,
ProtocolMarshaller protocolMarshaller)
Marshall the given parameter object.
|
Copyright © 2017. All rights reserved.