| Package | Description |
|---|---|
| com.amazonaws.services.apigateway |
|
| com.amazonaws.services.apigateway.model |
| Modifier and Type | Method and Description |
|---|---|
GetIntegrationResult |
AmazonApiGateway.getIntegration(GetIntegrationRequest getIntegrationRequest)
Get the integration settings.
|
GetIntegrationResult |
AbstractAmazonApiGateway.getIntegration(GetIntegrationRequest request) |
GetIntegrationResult |
AmazonApiGatewayClient.getIntegration(GetIntegrationRequest request)
Get the integration settings.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetIntegrationResult> |
AbstractAmazonApiGatewayAsync.getIntegrationAsync(GetIntegrationRequest request,
AsyncHandler<GetIntegrationRequest,GetIntegrationResult> asyncHandler) |
Future<GetIntegrationResult> |
AmazonApiGatewayAsync.getIntegrationAsync(GetIntegrationRequest getIntegrationRequest,
AsyncHandler<GetIntegrationRequest,GetIntegrationResult> asyncHandler)
Get the integration settings.
|
Future<GetIntegrationResult> |
AmazonApiGatewayAsyncClient.getIntegrationAsync(GetIntegrationRequest request,
AsyncHandler<GetIntegrationRequest,GetIntegrationResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetIntegrationResult |
GetIntegrationResult.addIntegrationResponsesEntry(String key,
IntegrationResponse value)
Add a single IntegrationResponses entry
|
GetIntegrationResult |
GetIntegrationResult.addRequestParametersEntry(String key,
String value)
Add a single RequestParameters entry
|
GetIntegrationResult |
GetIntegrationResult.addRequestTemplatesEntry(String key,
String value)
Add a single RequestTemplates entry
|
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(Collection<String> cacheKeyParameters)
A list of request parameters whose values API Gateway caches.
|
GetIntegrationResult |
GetIntegrationResult.withCacheKeyParameters(String... cacheKeyParameters)
A list of request parameters whose values API Gateway caches.
|
GetIntegrationResult |
GetIntegrationResult.withCacheNamespace(String cacheNamespace)
Specifies a group of related cached parameters.
|
GetIntegrationResult |
GetIntegrationResult.withConnectionId(String connectionId)
|
GetIntegrationResult |
GetIntegrationResult.withConnectionType(ConnectionType connectionType)
The type of the network connection to the integration endpoint.
|
GetIntegrationResult |
GetIntegrationResult.withConnectionType(String connectionType)
The type of the network connection to the integration endpoint.
|
GetIntegrationResult |
GetIntegrationResult.withContentHandling(ContentHandlingStrategy contentHandling)
Specifies how to handle request payload content type conversions.
|
GetIntegrationResult |
GetIntegrationResult.withContentHandling(String contentHandling)
Specifies how to handle request payload content type conversions.
|
GetIntegrationResult |
GetIntegrationResult.withCredentials(String credentials)
Specifies the credentials required for the integration, if any.
|
GetIntegrationResult |
GetIntegrationResult.withHttpMethod(String httpMethod)
Specifies the integration's HTTP method type.
|
GetIntegrationResult |
GetIntegrationResult.withIntegrationResponses(Map<String,IntegrationResponse> integrationResponses)
Specifies the integration's responses.
|
GetIntegrationResult |
GetIntegrationResult.withPassthroughBehavior(String passthroughBehavior) |
GetIntegrationResult |
GetIntegrationResult.withRequestParameters(Map<String,String> requestParameters)
A key-value map specifying request parameters that are passed from the method request to the back end.
|
GetIntegrationResult |
GetIntegrationResult.withRequestTemplates(Map<String,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.withTimeoutInMillis(Integer timeoutInMillis)
Custom timeout between 50 and 29,000 milliseconds.
|
GetIntegrationResult |
GetIntegrationResult.withTlsConfig(TlsConfig tlsConfig)
Specifies the TLS configuration for an integration.
|
GetIntegrationResult |
GetIntegrationResult.withType(IntegrationType type)
Specifies an API method integration type.
|
GetIntegrationResult |
GetIntegrationResult.withType(String type)
Specifies an API method integration type.
|
GetIntegrationResult |
GetIntegrationResult.withUri(String uri)
Specifies Uniform Resource Identifier (URI) of the integration endpoint.
|
Copyright © 2021. All rights reserved.