| Package | Description |
|---|---|
| software.amazon.awssdk.services.apigateway.model |
| Modifier and Type | Method and Description |
|---|---|
static LocationStatusType |
LocationStatusType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
LocationStatusType |
GetDocumentationPartsRequest.locationStatus()
The status of the API documentation parts to retrieve.
|
static LocationStatusType |
LocationStatusType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LocationStatusType[] |
LocationStatusType.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<LocationStatusType> |
LocationStatusType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
GetDocumentationPartsRequest.Builder |
GetDocumentationPartsRequest.Builder.locationStatus(LocationStatusType locationStatus)
The status of the API documentation parts to retrieve.
|
Copyright © 2023. All rights reserved.