Package | Description |
---|---|
com.amazonaws.services.apigateway.model | |
com.amazonaws.services.apigateway.model.transform |
Modifier and Type | Field and Description |
---|---|
private Integration |
UpdateMethodResult.methodIntegration
The method's integration.
|
private Integration |
PutMethodResult.methodIntegration
The method's integration.
|
private Integration |
Method.methodIntegration
The method's integration.
|
private Integration |
GetMethodResult.methodIntegration
The method's integration.
|
Modifier and Type | Method and Description |
---|---|
Integration |
Integration.addIntegrationResponsesEntry(java.lang.String key,
IntegrationResponse value) |
Integration |
Integration.addRequestParametersEntry(java.lang.String key,
java.lang.String value) |
Integration |
Integration.addRequestTemplatesEntry(java.lang.String key,
java.lang.String value) |
Integration |
Integration.clearIntegrationResponsesEntries()
Removes all the entries added into IntegrationResponses.
|
Integration |
Integration.clearRequestParametersEntries()
Removes all the entries added into RequestParameters.
|
Integration |
Integration.clearRequestTemplatesEntries()
Removes all the entries added into RequestTemplates.
|
Integration |
Integration.clone() |
Integration |
UpdateMethodResult.getMethodIntegration()
The method's integration.
|
Integration |
PutMethodResult.getMethodIntegration()
The method's integration.
|
Integration |
Method.getMethodIntegration()
The method's integration.
|
Integration |
GetMethodResult.getMethodIntegration()
The method's integration.
|
Integration |
Integration.withCacheKeyParameters(java.util.Collection<java.lang.String> cacheKeyParameters)
Specifies the integration's cache key parameters.
|
Integration |
Integration.withCacheKeyParameters(java.lang.String... cacheKeyParameters)
Specifies the integration's cache key parameters.
|
Integration |
Integration.withCacheNamespace(java.lang.String cacheNamespace)
Specifies the integration's cache namespace.
|
Integration |
Integration.withCredentials(java.lang.String credentials)
Specifies the credentials required for the integration, if any.
|
Integration |
Integration.withHttpMethod(java.lang.String httpMethod)
Specifies the integration's HTTP method type.
|
Integration |
Integration.withIntegrationResponses(java.util.Map<java.lang.String,IntegrationResponse> integrationResponses)
Specifies the integration's responses.
|
Integration |
Integration.withPassthroughBehavior(java.lang.String passthroughBehavior)
Specifies the pass-through behavior for incoming requests based on the
Content-Type header in the request, and the available requestTemplates
defined on the Integration.
|
Integration |
Integration.withRequestParameters(java.util.Map<java.lang.String,java.lang.String> requestParameters)
Represents requests parameters that are sent with the backend request.
|
Integration |
Integration.withRequestTemplates(java.util.Map<java.lang.String,java.lang.String> requestTemplates)
Represents a map of Velocity templates that are applied on the request
payload based on the value of the Content-Type header sent by the client.
|
Integration |
Integration.withType(IntegrationType type)
Specifies the integration's type.
|
Integration |
Integration.withType(java.lang.String type)
Specifies the integration's type.
|
Integration |
Integration.withUri(java.lang.String uri)
Specifies the integration's Uniform Resource Identifier (URI).
|
Modifier and Type | Method and Description |
---|---|
void |
UpdateMethodResult.setMethodIntegration(Integration methodIntegration)
The method's integration.
|
void |
PutMethodResult.setMethodIntegration(Integration methodIntegration)
The method's integration.
|
void |
Method.setMethodIntegration(Integration methodIntegration)
The method's integration.
|
void |
GetMethodResult.setMethodIntegration(Integration methodIntegration)
The method's integration.
|
UpdateMethodResult |
UpdateMethodResult.withMethodIntegration(Integration methodIntegration)
The method's integration.
|
PutMethodResult |
PutMethodResult.withMethodIntegration(Integration methodIntegration)
The method's integration.
|
Method |
Method.withMethodIntegration(Integration methodIntegration)
The method's integration.
|
GetMethodResult |
GetMethodResult.withMethodIntegration(Integration methodIntegration)
The method's integration.
|
Modifier and Type | Method and Description |
---|---|
Integration |
IntegrationJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
IntegrationJsonMarshaller.marshall(Integration integration,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|