| Package | Description |
|---|---|
| com.amazonaws.services.apigateway.model |
| Modifier and Type | Method and Description |
|---|---|
static ContentHandlingStrategy |
ContentHandlingStrategy.fromValue(String value)
Use this in place of valueOf.
|
static ContentHandlingStrategy |
ContentHandlingStrategy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ContentHandlingStrategy[] |
ContentHandlingStrategy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetIntegrationResult.setContentHandling(ContentHandlingStrategy contentHandling)
Specifies how to handle request payload content type conversions.
|
void |
PutIntegrationResult.setContentHandling(ContentHandlingStrategy contentHandling)
Specifies how to handle request payload content type conversions.
|
void |
GetIntegrationResponseResult.setContentHandling(ContentHandlingStrategy contentHandling)
Specifies how to handle response payload content type conversions.
|
void |
UpdateIntegrationResponseResult.setContentHandling(ContentHandlingStrategy contentHandling)
Specifies how to handle response payload content type conversions.
|
void |
UpdateIntegrationResult.setContentHandling(ContentHandlingStrategy contentHandling)
Specifies how to handle request payload content type conversions.
|
void |
PutIntegrationResponseResult.setContentHandling(ContentHandlingStrategy contentHandling)
Specifies how to handle response payload content type conversions.
|
void |
PutIntegrationRequest.setContentHandling(ContentHandlingStrategy contentHandling)
Specifies how to handle request payload content type conversions.
|
void |
IntegrationResponse.setContentHandling(ContentHandlingStrategy contentHandling)
Specifies how to handle response payload content type conversions.
|
void |
Integration.setContentHandling(ContentHandlingStrategy contentHandling)
Specifies how to handle request payload content type conversions.
|
void |
PutIntegrationResponseRequest.setContentHandling(ContentHandlingStrategy contentHandling)
Specifies how to handle response payload content type conversions.
|
GetIntegrationResult |
GetIntegrationResult.withContentHandling(ContentHandlingStrategy contentHandling)
Specifies how to handle request payload content type conversions.
|
PutIntegrationResult |
PutIntegrationResult.withContentHandling(ContentHandlingStrategy contentHandling)
Specifies how to handle request payload content type conversions.
|
GetIntegrationResponseResult |
GetIntegrationResponseResult.withContentHandling(ContentHandlingStrategy contentHandling)
Specifies how to handle response payload content type conversions.
|
UpdateIntegrationResponseResult |
UpdateIntegrationResponseResult.withContentHandling(ContentHandlingStrategy contentHandling)
Specifies how to handle response payload content type conversions.
|
UpdateIntegrationResult |
UpdateIntegrationResult.withContentHandling(ContentHandlingStrategy contentHandling)
Specifies how to handle request payload content type conversions.
|
PutIntegrationResponseResult |
PutIntegrationResponseResult.withContentHandling(ContentHandlingStrategy contentHandling)
Specifies how to handle response payload content type conversions.
|
PutIntegrationRequest |
PutIntegrationRequest.withContentHandling(ContentHandlingStrategy contentHandling)
Specifies how to handle request payload content type conversions.
|
IntegrationResponse |
IntegrationResponse.withContentHandling(ContentHandlingStrategy contentHandling)
Specifies how to handle response payload content type conversions.
|
Integration |
Integration.withContentHandling(ContentHandlingStrategy contentHandling)
Specifies how to handle request payload content type conversions.
|
PutIntegrationResponseRequest |
PutIntegrationResponseRequest.withContentHandling(ContentHandlingStrategy contentHandling)
Specifies how to handle response payload content type conversions.
|
Copyright © 2022. All rights reserved.