| Package | Description |
|---|---|
| software.amazon.awssdk.services.apigateway.model |
| Modifier and Type | Method and Description |
|---|---|
static DocumentationPartType |
DocumentationPartType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
DocumentationPartType |
GetDocumentationPartsRequest.type()
The type of API entities of the to-be-retrieved documentation parts.
|
DocumentationPartType |
DocumentationPartLocation.type()
The type of API entity to which the documentation content applies.
|
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 |
|---|---|
static Set<DocumentationPartType> |
DocumentationPartType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
GetDocumentationPartsRequest.Builder |
GetDocumentationPartsRequest.Builder.type(DocumentationPartType type)
The type of API entities of the to-be-retrieved documentation parts.
|
DocumentationPartLocation.Builder |
DocumentationPartLocation.Builder.type(DocumentationPartType type)
The type of API entity to which the documentation content applies.
|
Copyright © 2023. All rights reserved.