| Package | Description |
|---|---|
| com.amazonaws.services.apigateway.model |
| Modifier and Type | Method and Description |
|---|---|
static DocumentationPartType |
DocumentationPartType.fromValue(String value)
Use this in place of valueOf.
|
static DocumentationPartType |
DocumentationPartType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DocumentationPartType[] |
DocumentationPartType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DocumentationPartLocation.setType(DocumentationPartType type)
[Required] The type of API entity to which the documentation content applies.
|
void |
GetDocumentationPartsRequest.setType(DocumentationPartType type)
The type of API entities of the to-be-retrieved documentation parts.
|
DocumentationPartLocation |
DocumentationPartLocation.withType(DocumentationPartType type)
[Required] The type of API entity to which the documentation content applies.
|
GetDocumentationPartsRequest |
GetDocumentationPartsRequest.withType(DocumentationPartType type)
The type of API entities of the to-be-retrieved documentation parts.
|
Copyright © 2021. All rights reserved.