| Package | Description |
|---|---|
| software.amazon.awssdk.services.apigateway.model |
| Modifier and Type | Method and Description |
|---|---|
static GatewayResponseType |
GatewayResponseType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
GatewayResponseType |
DeleteGatewayResponseRequest.responseType()
The response type of the associated GatewayResponse.
|
GatewayResponseType |
GetGatewayResponseResponse.responseType()
The response type of the associated GatewayResponse.
|
GatewayResponseType |
PutGatewayResponseResponse.responseType()
The response type of the associated GatewayResponse.
|
GatewayResponseType |
GetGatewayResponseRequest.responseType()
The response type of the associated GatewayResponse.
|
GatewayResponseType |
UpdateGatewayResponseRequest.responseType()
The response type of the associated GatewayResponse.
|
GatewayResponseType |
UpdateGatewayResponseResponse.responseType()
The response type of the associated GatewayResponse.
|
GatewayResponseType |
PutGatewayResponseRequest.responseType()
The response type of the associated GatewayResponse
|
GatewayResponseType |
GatewayResponse.responseType()
The response type of the associated GatewayResponse.
|
static GatewayResponseType |
GatewayResponseType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GatewayResponseType[] |
GatewayResponseType.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<GatewayResponseType> |
GatewayResponseType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
DeleteGatewayResponseRequest.Builder |
DeleteGatewayResponseRequest.Builder.responseType(GatewayResponseType responseType)
The response type of the associated GatewayResponse.
|
GetGatewayResponseResponse.Builder |
GetGatewayResponseResponse.Builder.responseType(GatewayResponseType responseType)
The response type of the associated GatewayResponse.
|
PutGatewayResponseResponse.Builder |
PutGatewayResponseResponse.Builder.responseType(GatewayResponseType responseType)
The response type of the associated GatewayResponse.
|
GetGatewayResponseRequest.Builder |
GetGatewayResponseRequest.Builder.responseType(GatewayResponseType responseType)
The response type of the associated GatewayResponse.
|
UpdateGatewayResponseRequest.Builder |
UpdateGatewayResponseRequest.Builder.responseType(GatewayResponseType responseType)
The response type of the associated GatewayResponse.
|
UpdateGatewayResponseResponse.Builder |
UpdateGatewayResponseResponse.Builder.responseType(GatewayResponseType responseType)
The response type of the associated GatewayResponse.
|
PutGatewayResponseRequest.Builder |
PutGatewayResponseRequest.Builder.responseType(GatewayResponseType responseType)
The response type of the associated GatewayResponse
|
GatewayResponse.Builder |
GatewayResponse.Builder.responseType(GatewayResponseType responseType)
The response type of the associated GatewayResponse.
|
Copyright © 2023. All rights reserved.