Package | Description |
---|---|
com.amazonaws.services.apigateway | |
com.amazonaws.services.apigateway.model | |
com.amazonaws.services.apigateway.model.transform |
Modifier and Type | Method and Description |
---|---|
GetIntegrationResult |
AmazonApiGatewayClient.getIntegration(GetIntegrationRequest getIntegrationRequest)
Represents a get integration.
|
GetIntegrationResult |
AmazonApiGateway.getIntegration(GetIntegrationRequest getIntegrationRequest)
Represents a get integration.
|
GetIntegrationResult |
AbstractAmazonApiGateway.getIntegration(GetIntegrationRequest request) |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future<GetIntegrationResult> |
AmazonApiGatewayAsyncClient.getIntegrationAsync(GetIntegrationRequest request) |
java.util.concurrent.Future<GetIntegrationResult> |
AmazonApiGatewayAsync.getIntegrationAsync(GetIntegrationRequest getIntegrationRequest)
Represents a get integration.
|
java.util.concurrent.Future<GetIntegrationResult> |
AbstractAmazonApiGatewayAsync.getIntegrationAsync(GetIntegrationRequest request) |
java.util.concurrent.Future<GetIntegrationResult> |
AmazonApiGatewayAsyncClient.getIntegrationAsync(GetIntegrationRequest request,
AsyncHandler<GetIntegrationRequest,GetIntegrationResult> asyncHandler) |
java.util.concurrent.Future<GetIntegrationResult> |
AmazonApiGatewayAsync.getIntegrationAsync(GetIntegrationRequest getIntegrationRequest,
AsyncHandler<GetIntegrationRequest,GetIntegrationResult> asyncHandler)
Represents a get integration.
|
java.util.concurrent.Future<GetIntegrationResult> |
AbstractAmazonApiGatewayAsync.getIntegrationAsync(GetIntegrationRequest request,
AsyncHandler<GetIntegrationRequest,GetIntegrationResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future<GetIntegrationResult> |
AmazonApiGatewayAsyncClient.getIntegrationAsync(GetIntegrationRequest request,
AsyncHandler<GetIntegrationRequest,GetIntegrationResult> asyncHandler) |
java.util.concurrent.Future<GetIntegrationResult> |
AmazonApiGatewayAsync.getIntegrationAsync(GetIntegrationRequest getIntegrationRequest,
AsyncHandler<GetIntegrationRequest,GetIntegrationResult> asyncHandler)
Represents a get integration.
|
java.util.concurrent.Future<GetIntegrationResult> |
AbstractAmazonApiGatewayAsync.getIntegrationAsync(GetIntegrationRequest request,
AsyncHandler<GetIntegrationRequest,GetIntegrationResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
GetIntegrationResult |
GetIntegrationResult.addIntegrationResponsesEntry(java.lang.String key,
IntegrationResponse value) |
GetIntegrationResult |
GetIntegrationResult.addRequestParametersEntry(java.lang.String key,
java.lang.String value) |
GetIntegrationResult |
GetIntegrationResult.addRequestTemplatesEntry(java.lang.String key,
java.lang.String value) |
GetIntegrationResult |
GetIntegrationResult.clearIntegrationResponsesEntries()
Removes all the entries added into IntegrationResponses.
|
GetIntegrationResult |
GetIntegrationResult.clearRequestParametersEntries()
Removes all the entries added into RequestParameters.
|
GetIntegrationResult |
GetIntegrationResult.clearRequestTemplatesEntries()
Removes all the entries added into RequestTemplates.
|
GetIntegrationResult |
GetIntegrationResult.clone() |
GetIntegrationResult |
GetIntegrationResult.withCacheKeyParameters(java.util.Collection<java.lang.String> cacheKeyParameters)
Specifies the integration's cache key parameters.
|
GetIntegrationResult |
GetIntegrationResult.withCacheKeyParameters(java.lang.String... cacheKeyParameters)
Specifies the integration's cache key parameters.
|
GetIntegrationResult |
GetIntegrationResult.withCacheNamespace(java.lang.String cacheNamespace)
Specifies the integration's cache namespace.
|
GetIntegrationResult |
GetIntegrationResult.withCredentials(java.lang.String credentials)
Specifies the credentials required for the integration, if any.
|
GetIntegrationResult |
GetIntegrationResult.withHttpMethod(java.lang.String httpMethod)
Specifies the integration's HTTP method type.
|
GetIntegrationResult |
GetIntegrationResult.withIntegrationResponses(java.util.Map<java.lang.String,IntegrationResponse> integrationResponses)
Specifies the integration's responses.
|
GetIntegrationResult |
GetIntegrationResult.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.
|
GetIntegrationResult |
GetIntegrationResult.withRequestParameters(java.util.Map<java.lang.String,java.lang.String> requestParameters)
Represents requests parameters that are sent with the backend request.
|
GetIntegrationResult |
GetIntegrationResult.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.
|
GetIntegrationResult |
GetIntegrationResult.withType(IntegrationType type)
Specifies the integration's type.
|
GetIntegrationResult |
GetIntegrationResult.withType(java.lang.String type)
Specifies the integration's type.
|
GetIntegrationResult |
GetIntegrationResult.withUri(java.lang.String uri)
Specifies the integration's Uniform Resource Identifier (URI).
|
Modifier and Type | Method and Description |
---|---|
GetIntegrationResult |
GetIntegrationResultJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |