| Package | Description |
|---|---|
| software.amazon.awssdk.services.apigateway.model |
| Modifier and Type | Method and Description |
|---|---|
ContentHandlingStrategy |
PutIntegrationRequest.contentHandling()
Specifies how to handle request payload content type conversions.
|
ContentHandlingStrategy |
PutIntegrationResponseRequest.contentHandling()
Specifies how to handle response payload content type conversions.
|
ContentHandlingStrategy |
UpdateIntegrationResponse.contentHandling()
Specifies how to handle request payload content type conversions.
|
ContentHandlingStrategy |
PutIntegrationResponseResponse.contentHandling()
Specifies how to handle response payload content type conversions.
|
ContentHandlingStrategy |
IntegrationResponse.contentHandling()
Specifies how to handle response payload content type conversions.
|
ContentHandlingStrategy |
PutIntegrationResponse.contentHandling()
Specifies how to handle request payload content type conversions.
|
ContentHandlingStrategy |
GetIntegrationResponse.contentHandling()
Specifies how to handle request payload content type conversions.
|
ContentHandlingStrategy |
GetIntegrationResponseResponse.contentHandling()
Specifies how to handle response payload content type conversions.
|
ContentHandlingStrategy |
Integration.contentHandling()
Specifies how to handle request payload content type conversions.
|
ContentHandlingStrategy |
UpdateIntegrationResponseResponse.contentHandling()
Specifies how to handle response payload content type conversions.
|
static ContentHandlingStrategy |
ContentHandlingStrategy.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
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 |
|---|---|
static Set<ContentHandlingStrategy> |
ContentHandlingStrategy.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
PutIntegrationRequest.Builder |
PutIntegrationRequest.Builder.contentHandling(ContentHandlingStrategy contentHandling)
Specifies how to handle request payload content type conversions.
|
PutIntegrationResponseRequest.Builder |
PutIntegrationResponseRequest.Builder.contentHandling(ContentHandlingStrategy contentHandling)
Specifies how to handle response payload content type conversions.
|
UpdateIntegrationResponse.Builder |
UpdateIntegrationResponse.Builder.contentHandling(ContentHandlingStrategy contentHandling)
Specifies how to handle request payload content type conversions.
|
PutIntegrationResponseResponse.Builder |
PutIntegrationResponseResponse.Builder.contentHandling(ContentHandlingStrategy contentHandling)
Specifies how to handle response payload content type conversions.
|
IntegrationResponse.Builder |
IntegrationResponse.Builder.contentHandling(ContentHandlingStrategy contentHandling)
Specifies how to handle response payload content type conversions.
|
PutIntegrationResponse.Builder |
PutIntegrationResponse.Builder.contentHandling(ContentHandlingStrategy contentHandling)
Specifies how to handle request payload content type conversions.
|
GetIntegrationResponse.Builder |
GetIntegrationResponse.Builder.contentHandling(ContentHandlingStrategy contentHandling)
Specifies how to handle request payload content type conversions.
|
GetIntegrationResponseResponse.Builder |
GetIntegrationResponseResponse.Builder.contentHandling(ContentHandlingStrategy contentHandling)
Specifies how to handle response payload content type conversions.
|
Integration.Builder |
Integration.Builder.contentHandling(ContentHandlingStrategy contentHandling)
Specifies how to handle request payload content type conversions.
|
UpdateIntegrationResponseResponse.Builder |
UpdateIntegrationResponseResponse.Builder.contentHandling(ContentHandlingStrategy contentHandling)
Specifies how to handle response payload content type conversions.
|
Copyright © 2023. All rights reserved.