Package | Description |
---|---|
com.amazonaws.services.apigateway | |
com.amazonaws.services.apigateway.model |
Modifier and Type | Method and Description |
---|---|
Future<PutIntegrationResponseResult> |
AmazonApiGatewayAsyncClient.putIntegrationResponseAsync(PutIntegrationResponseRequest request,
AsyncHandler<PutIntegrationResponseRequest,PutIntegrationResponseResult> asyncHandler) |
Future<PutIntegrationResponseResult> |
AmazonApiGatewayAsync.putIntegrationResponseAsync(PutIntegrationResponseRequest putIntegrationResponseRequest,
AsyncHandler<PutIntegrationResponseRequest,PutIntegrationResponseResult> asyncHandler)
Represents a put integration.
|
Future<PutIntegrationResponseResult> |
AbstractAmazonApiGatewayAsync.putIntegrationResponseAsync(PutIntegrationResponseRequest request,
AsyncHandler<PutIntegrationResponseRequest,PutIntegrationResponseResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
PutIntegrationResponseRequest |
PutIntegrationResponseRequest.addResponseParametersEntry(String key,
String value) |
PutIntegrationResponseRequest |
PutIntegrationResponseRequest.addResponseTemplatesEntry(String key,
String value) |
PutIntegrationResponseRequest |
PutIntegrationResponseRequest.clearResponseParametersEntries()
Removes all the entries added into ResponseParameters.
|
PutIntegrationResponseRequest |
PutIntegrationResponseRequest.clearResponseTemplatesEntries()
Removes all the entries added into ResponseTemplates.
|
PutIntegrationResponseRequest |
PutIntegrationResponseRequest.clone() |
PutIntegrationResponseRequest |
PutIntegrationResponseRequest.withHttpMethod(String httpMethod)
Specifies a put integration response request's HTTP method.
|
PutIntegrationResponseRequest |
PutIntegrationResponseRequest.withResourceId(String resourceId)
Specifies a put integration response request's resource identifier.
|
PutIntegrationResponseRequest |
PutIntegrationResponseRequest.withResponseParameters(Map<String,String> responseParameters)
Represents response parameters that can be read from the backend
response.
|
PutIntegrationResponseRequest |
PutIntegrationResponseRequest.withResponseTemplates(Map<String,String> responseTemplates)
Specifies a put integration response's templates.
|
PutIntegrationResponseRequest |
PutIntegrationResponseRequest.withRestApiId(String restApiId)
Specifies a put integration response request's API identifier.
|
PutIntegrationResponseRequest |
PutIntegrationResponseRequest.withSelectionPattern(String selectionPattern)
Specifies the selection pattern of a put integration response.
|
PutIntegrationResponseRequest |
PutIntegrationResponseRequest.withStatusCode(String statusCode)
Specifies the status code that is used to map the integration response to
an existing MethodResponse.
|
Copyright © 2018. All rights reserved.