Package | Description |
---|---|
com.amazonaws.services.apigateway.model |
Modifier and Type | Method and Description |
---|---|
DocumentationPart |
DocumentationPart.clone() |
DocumentationPart |
DocumentationPart.withId(String id)
The DocumentationPart identifier, generated by API Gateway when the
DocumentationPart is created. |
DocumentationPart |
DocumentationPart.withLocation(DocumentationPartLocation location)
The location of the API entity to which the documentation applies.
|
DocumentationPart |
DocumentationPart.withProperties(String properties)
A content map of API-specific key-value pairs describing the targeted API entity.
|
Modifier and Type | Method and Description |
---|---|
List<DocumentationPart> |
GetDocumentationPartsResult.getItems()
The current page of elements from this collection.
|
Modifier and Type | Method and Description |
---|---|
GetDocumentationPartsResult |
GetDocumentationPartsResult.withItems(DocumentationPart... items)
The current page of elements from this collection.
|
Modifier and Type | Method and Description |
---|---|
void |
GetDocumentationPartsResult.setItems(Collection<DocumentationPart> items)
The current page of elements from this collection.
|
GetDocumentationPartsResult |
GetDocumentationPartsResult.withItems(Collection<DocumentationPart> items)
The current page of elements from this collection.
|
Copyright © 2023. All rights reserved.