| Package | Description |
|---|---|
| com.amazonaws.services.apigateway.model |
| Modifier and Type | Method and Description |
|---|---|
static GatewayResponseType |
GatewayResponseType.fromValue(String value)
Use this in place of valueOf.
|
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 |
|---|---|
void |
UpdateGatewayResponseResult.setResponseType(GatewayResponseType responseType)
The response type of the associated GatewayResponse.
|
void |
GetGatewayResponseRequest.setResponseType(GatewayResponseType responseType)
[Required]
|
void |
GetGatewayResponseResult.setResponseType(GatewayResponseType responseType)
The response type of the associated GatewayResponse.
|
void |
PutGatewayResponseResult.setResponseType(GatewayResponseType responseType)
The response type of the associated GatewayResponse.
|
void |
GatewayResponse.setResponseType(GatewayResponseType responseType)
The response type of the associated GatewayResponse.
|
void |
DeleteGatewayResponseRequest.setResponseType(GatewayResponseType responseType)
[Required]
|
void |
PutGatewayResponseRequest.setResponseType(GatewayResponseType responseType)
[Required]
|
void |
UpdateGatewayResponseRequest.setResponseType(GatewayResponseType responseType)
[Required]
|
UpdateGatewayResponseResult |
UpdateGatewayResponseResult.withResponseType(GatewayResponseType responseType)
The response type of the associated GatewayResponse.
|
GetGatewayResponseRequest |
GetGatewayResponseRequest.withResponseType(GatewayResponseType responseType)
[Required]
|
GetGatewayResponseResult |
GetGatewayResponseResult.withResponseType(GatewayResponseType responseType)
The response type of the associated GatewayResponse.
|
PutGatewayResponseResult |
PutGatewayResponseResult.withResponseType(GatewayResponseType responseType)
The response type of the associated GatewayResponse.
|
GatewayResponse |
GatewayResponse.withResponseType(GatewayResponseType responseType)
The response type of the associated GatewayResponse.
|
DeleteGatewayResponseRequest |
DeleteGatewayResponseRequest.withResponseType(GatewayResponseType responseType)
[Required]
|
PutGatewayResponseRequest |
PutGatewayResponseRequest.withResponseType(GatewayResponseType responseType)
[Required]
|
UpdateGatewayResponseRequest |
UpdateGatewayResponseRequest.withResponseType(GatewayResponseType responseType)
[Required]
|
Copyright © 2018. All rights reserved.