| Package | Description |
|---|---|
| software.amazon.awssdk.services.apigatewayv2.model |
| Modifier and Type | Method and Description |
|---|---|
ContentHandlingStrategy |
UpdateIntegrationResponseRequest.contentHandlingStrategy()
Supported only for WebSocket APIs.
|
ContentHandlingStrategy |
IntegrationResponse.contentHandlingStrategy()
Supported only for WebSocket APIs.
|
ContentHandlingStrategy |
GetIntegrationResponse.contentHandlingStrategy()
Supported only for WebSocket APIs.
|
ContentHandlingStrategy |
GetIntegrationResponseResponse.contentHandlingStrategy()
Supported only for WebSocket APIs.
|
ContentHandlingStrategy |
CreateIntegrationRequest.contentHandlingStrategy()
Supported only for WebSocket APIs.
|
ContentHandlingStrategy |
Integration.contentHandlingStrategy()
Supported only for WebSocket APIs.
|
ContentHandlingStrategy |
CreateIntegrationResponseResponse.contentHandlingStrategy()
Supported only for WebSocket APIs.
|
ContentHandlingStrategy |
UpdateIntegrationRequest.contentHandlingStrategy()
Supported only for WebSocket APIs.
|
ContentHandlingStrategy |
CreateIntegrationResponse.contentHandlingStrategy()
Supported only for WebSocket APIs.
|
ContentHandlingStrategy |
CreateIntegrationResponseRequest.contentHandlingStrategy()
Specifies how to handle response payload content type conversions.
|
ContentHandlingStrategy |
UpdateIntegrationResponseResponse.contentHandlingStrategy()
Supported only for WebSocket APIs.
|
ContentHandlingStrategy |
UpdateIntegrationResponse.contentHandlingStrategy()
Supported only for WebSocket APIs.
|
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 |
|---|---|
UpdateIntegrationResponseRequest.Builder |
UpdateIntegrationResponseRequest.Builder.contentHandlingStrategy(ContentHandlingStrategy contentHandlingStrategy)
Supported only for WebSocket APIs.
|
IntegrationResponse.Builder |
IntegrationResponse.Builder.contentHandlingStrategy(ContentHandlingStrategy contentHandlingStrategy)
Supported only for WebSocket APIs.
|
GetIntegrationResponse.Builder |
GetIntegrationResponse.Builder.contentHandlingStrategy(ContentHandlingStrategy contentHandlingStrategy)
Supported only for WebSocket APIs.
|
GetIntegrationResponseResponse.Builder |
GetIntegrationResponseResponse.Builder.contentHandlingStrategy(ContentHandlingStrategy contentHandlingStrategy)
Supported only for WebSocket APIs.
|
CreateIntegrationRequest.Builder |
CreateIntegrationRequest.Builder.contentHandlingStrategy(ContentHandlingStrategy contentHandlingStrategy)
Supported only for WebSocket APIs.
|
Integration.Builder |
Integration.Builder.contentHandlingStrategy(ContentHandlingStrategy contentHandlingStrategy)
Supported only for WebSocket APIs.
|
CreateIntegrationResponseResponse.Builder |
CreateIntegrationResponseResponse.Builder.contentHandlingStrategy(ContentHandlingStrategy contentHandlingStrategy)
Supported only for WebSocket APIs.
|
UpdateIntegrationRequest.Builder |
UpdateIntegrationRequest.Builder.contentHandlingStrategy(ContentHandlingStrategy contentHandlingStrategy)
Supported only for WebSocket APIs.
|
CreateIntegrationResponse.Builder |
CreateIntegrationResponse.Builder.contentHandlingStrategy(ContentHandlingStrategy contentHandlingStrategy)
Supported only for WebSocket APIs.
|
CreateIntegrationResponseRequest.Builder |
CreateIntegrationResponseRequest.Builder.contentHandlingStrategy(ContentHandlingStrategy contentHandlingStrategy)
Specifies how to handle response payload content type conversions.
|
UpdateIntegrationResponseResponse.Builder |
UpdateIntegrationResponseResponse.Builder.contentHandlingStrategy(ContentHandlingStrategy contentHandlingStrategy)
Supported only for WebSocket APIs.
|
UpdateIntegrationResponse.Builder |
UpdateIntegrationResponse.Builder.contentHandlingStrategy(ContentHandlingStrategy contentHandlingStrategy)
Supported only for WebSocket APIs.
|
Copyright © 2023. All rights reserved.