Uses of Class
software.amazon.awssdk.services.apigatewayv2.model.PassthroughBehavior
-
Packages that use PassthroughBehavior Package Description software.amazon.awssdk.services.apigatewayv2.model -
-
Uses of PassthroughBehavior in software.amazon.awssdk.services.apigatewayv2.model
Methods in software.amazon.awssdk.services.apigatewayv2.model that return PassthroughBehavior Modifier and Type Method Description static PassthroughBehaviorPassthroughBehavior. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.PassthroughBehaviorCreateIntegrationRequest. 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.PassthroughBehaviorCreateIntegrationResponse. 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.PassthroughBehaviorGetIntegrationResponse. 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.PassthroughBehaviorIntegration. 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.PassthroughBehaviorUpdateIntegrationRequest. 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.PassthroughBehaviorUpdateIntegrationResponse. 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 PassthroughBehaviorPassthroughBehavior. 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.Methods in software.amazon.awssdk.services.apigatewayv2.model that return types with arguments of type PassthroughBehavior Modifier and Type Method Description static Set<PassthroughBehavior>PassthroughBehavior. knownValues()Methods in software.amazon.awssdk.services.apigatewayv2.model with parameters of type PassthroughBehavior Modifier and Type Method Description CreateIntegrationRequest.BuilderCreateIntegrationRequest.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.CreateIntegrationResponse.BuilderCreateIntegrationResponse.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.BuilderGetIntegrationResponse.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.BuilderIntegration.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.BuilderUpdateIntegrationRequest.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.BuilderUpdateIntegrationResponse.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.
-