| Package | Description |
|---|---|
| software.amazon.awssdk.services.apigatewayv2.model |
| Modifier and Type | Method and Description |
|---|---|
static ProtocolType |
ProtocolType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
ProtocolType |
ReimportApiResponse.protocolType()
The API protocol.
|
ProtocolType |
UpdateApiResponse.protocolType()
The API protocol.
|
ProtocolType |
CreateApiResponse.protocolType()
The API protocol.
|
ProtocolType |
Api.protocolType()
The API protocol.
|
ProtocolType |
CreateApiRequest.protocolType()
The API protocol.
|
ProtocolType |
ImportApiResponse.protocolType()
The API protocol.
|
ProtocolType |
GetApiResponse.protocolType()
The API protocol.
|
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 |
|---|---|
static Set<ProtocolType> |
ProtocolType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ReimportApiResponse.Builder |
ReimportApiResponse.Builder.protocolType(ProtocolType protocolType)
The API protocol.
|
UpdateApiResponse.Builder |
UpdateApiResponse.Builder.protocolType(ProtocolType protocolType)
The API protocol.
|
CreateApiResponse.Builder |
CreateApiResponse.Builder.protocolType(ProtocolType protocolType)
The API protocol.
|
Api.Builder |
Api.Builder.protocolType(ProtocolType protocolType)
The API protocol.
|
CreateApiRequest.Builder |
CreateApiRequest.Builder.protocolType(ProtocolType protocolType)
The API protocol.
|
ImportApiResponse.Builder |
ImportApiResponse.Builder.protocolType(ProtocolType protocolType)
The API protocol.
|
GetApiResponse.Builder |
GetApiResponse.Builder.protocolType(ProtocolType protocolType)
The API protocol.
|
Copyright © 2021. All rights reserved.