| Package | Description |
|---|---|
| com.amazonaws.services.apigatewayv2.model |
| Modifier and Type | Method and Description |
|---|---|
static ProtocolType |
ProtocolType.fromValue(String value)
Use this in place of valueOf.
|
static ProtocolType |
ProtocolType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProtocolType[] |
ProtocolType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
GetApiResult |
GetApiResult.withProtocolType(ProtocolType protocolType)
The API protocol: HTTP or WEBSOCKET.
|
CreateApiRequest |
CreateApiRequest.withProtocolType(ProtocolType protocolType)
The API protocol: HTTP or WEBSOCKET.
|
CreateApiResult |
CreateApiResult.withProtocolType(ProtocolType protocolType)
The API protocol: HTTP or WEBSOCKET.
|
Api |
Api.withProtocolType(ProtocolType protocolType)
The API protocol: HTTP or WEBSOCKET.
|
UpdateApiResult |
UpdateApiResult.withProtocolType(ProtocolType protocolType)
The API protocol: HTTP or WEBSOCKET.
|
Copyright © 2019. All rights reserved.