| Package | Description |
|---|---|
| software.amazon.awssdk.services.apigatewayv2.model |
| Modifier and Type | Method and Description |
|---|---|
static PassthroughBehavior |
PassthroughBehavior.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
PassthroughBehavior |
CreateIntegrationResponse.passthroughBehavior()
Specifies the pass-through behavior for incoming requests based on the Content-Type header in the request, and
the available mapping templates specified as the requestTemplates property on the Integration resource.
|
PassthroughBehavior |
UpdateIntegrationResponse.passthroughBehavior()
Specifies the pass-through behavior for incoming requests based on the Content-Type header in the request, and
the available mapping templates specified as the requestTemplates property on the Integration resource.
|
PassthroughBehavior |
GetIntegrationResponse.passthroughBehavior()
Specifies the pass-through behavior for incoming requests based on the Content-Type header in the request, and
the available mapping templates specified as the requestTemplates property on the Integration resource.
|
PassthroughBehavior |
UpdateIntegrationRequest.passthroughBehavior()
Specifies the pass-through behavior for incoming requests based on the Content-Type header in the request, and
the available mapping templates specified as the requestTemplates property on the Integration resource.
|
PassthroughBehavior |
CreateIntegrationRequest.passthroughBehavior()
Specifies the pass-through behavior for incoming requests based on the Content-Type header in the request, and
the available mapping templates specified as the requestTemplates property on the Integration resource.
|
PassthroughBehavior |
Integration.passthroughBehavior()
Specifies the pass-through behavior for incoming requests based on the Content-Type header in the request, and
the available mapping templates specified as the requestTemplates property on the Integration resource.
|
static PassthroughBehavior |
PassthroughBehavior.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PassthroughBehavior[] |
PassthroughBehavior.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<PassthroughBehavior> |
PassthroughBehavior.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
CreateIntegrationResponse.Builder |
CreateIntegrationResponse.Builder.passthroughBehavior(PassthroughBehavior passthroughBehavior)
Specifies the pass-through behavior for incoming requests based on the Content-Type header in the request,
and the available mapping templates specified as the requestTemplates property on the Integration resource.
|
UpdateIntegrationResponse.Builder |
UpdateIntegrationResponse.Builder.passthroughBehavior(PassthroughBehavior passthroughBehavior)
Specifies the pass-through behavior for incoming requests based on the Content-Type header in the request,
and the available mapping templates specified as the requestTemplates property on the Integration resource.
|
GetIntegrationResponse.Builder |
GetIntegrationResponse.Builder.passthroughBehavior(PassthroughBehavior passthroughBehavior)
Specifies the pass-through behavior for incoming requests based on the Content-Type header in the request,
and the available mapping templates specified as the requestTemplates property on the Integration resource.
|
UpdateIntegrationRequest.Builder |
UpdateIntegrationRequest.Builder.passthroughBehavior(PassthroughBehavior passthroughBehavior)
Specifies the pass-through behavior for incoming requests based on the Content-Type header in the request,
and the available mapping templates specified as the requestTemplates property on the Integration resource.
|
CreateIntegrationRequest.Builder |
CreateIntegrationRequest.Builder.passthroughBehavior(PassthroughBehavior passthroughBehavior)
Specifies the pass-through behavior for incoming requests based on the Content-Type header in the request,
and the available mapping templates specified as the requestTemplates property on the Integration resource.
|
Integration.Builder |
Integration.Builder.passthroughBehavior(PassthroughBehavior passthroughBehavior)
Specifies the pass-through behavior for incoming requests based on the Content-Type header in the request,
and the available mapping templates specified as the requestTemplates property on the Integration resource.
|
Copyright © 2020. All rights reserved.