Package | Description |
---|---|
com.amazonaws.services.simplesystemsmanagement.model | |
com.amazonaws.services.simplesystemsmanagement.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<DocumentIdentifier> |
ListDocumentsResult.documentIdentifiers
The names of the SSM documents.
|
Modifier and Type | Method and Description |
---|---|
DocumentIdentifier |
DocumentIdentifier.clone() |
DocumentIdentifier |
DocumentIdentifier.withName(java.lang.String name)
The name of the SSM document.
|
DocumentIdentifier |
DocumentIdentifier.withOwner(java.lang.String owner)
The AWS user account of the person who created the document.
|
DocumentIdentifier |
DocumentIdentifier.withPlatformTypes(java.util.Collection<java.lang.String> platformTypes)
The operating system platform.
|
DocumentIdentifier |
DocumentIdentifier.withPlatformTypes(PlatformType... platformTypes)
The operating system platform.
|
DocumentIdentifier |
DocumentIdentifier.withPlatformTypes(java.lang.String... platformTypes)
The operating system platform.
|
Modifier and Type | Method and Description |
---|---|
java.util.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(java.util.Collection<DocumentIdentifier> documentIdentifiers)
The names of the SSM documents.
|
ListDocumentsResult |
ListDocumentsResult.withDocumentIdentifiers(java.util.Collection<DocumentIdentifier> documentIdentifiers)
The names of the SSM documents.
|
Modifier and Type | Method and Description |
---|---|
DocumentIdentifier |
DocumentIdentifierJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
DocumentIdentifierJsonMarshaller.marshall(DocumentIdentifier documentIdentifier,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|