| Package | Description |
|---|---|
| com.amazonaws.services.apigateway.model |
| Modifier and Type | Method and Description |
|---|---|
DocumentationVersion |
DocumentationVersion.clone() |
DocumentationVersion |
DocumentationVersion.withCreatedDate(Date createdDate)
The date when the API documentation snapshot is created.
|
DocumentationVersion |
DocumentationVersion.withDescription(String description)
The description of the API documentation snapshot.
|
DocumentationVersion |
DocumentationVersion.withVersion(String version)
The version identifier of the API documentation snapshot.
|
| Modifier and Type | Method and Description |
|---|---|
List<DocumentationVersion> |
GetDocumentationVersionsResult.getItems()
The current page of elements from this collection.
|
| Modifier and Type | Method and Description |
|---|---|
GetDocumentationVersionsResult |
GetDocumentationVersionsResult.withItems(DocumentationVersion... items)
The current page of elements from this collection.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetDocumentationVersionsResult.setItems(Collection<DocumentationVersion> items)
The current page of elements from this collection.
|
GetDocumentationVersionsResult |
GetDocumentationVersionsResult.withItems(Collection<DocumentationVersion> items)
The current page of elements from this collection.
|
Copyright © 2024. All rights reserved.