| Package | Description |
|---|---|
| com.amazonaws.services.apigateway |
|
| com.amazonaws.services.apigateway.model |
| Modifier and Type | Method and Description |
|---|---|
Future<PutIntegrationResponseResult> |
AbstractAmazonApiGatewayAsync.putIntegrationResponseAsync(PutIntegrationResponseRequest request,
AsyncHandler<PutIntegrationResponseRequest,PutIntegrationResponseResult> asyncHandler) |
Future<PutIntegrationResponseResult> |
AmazonApiGatewayAsync.putIntegrationResponseAsync(PutIntegrationResponseRequest putIntegrationResponseRequest,
AsyncHandler<PutIntegrationResponseRequest,PutIntegrationResponseResult> asyncHandler)
Represents a put integration.
|
Future<PutIntegrationResponseResult> |
AmazonApiGatewayAsyncClient.putIntegrationResponseAsync(PutIntegrationResponseRequest request,
AsyncHandler<PutIntegrationResponseRequest,PutIntegrationResponseResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
PutIntegrationResponseRequest |
PutIntegrationResponseRequest.addResponseParametersEntry(String key,
String value)
Add a single ResponseParameters entry
|
PutIntegrationResponseRequest |
PutIntegrationResponseRequest.addResponseTemplatesEntry(String key,
String value)
Add a single ResponseTemplates entry
|
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.withContentHandling(ContentHandlingStrategy contentHandling)
Specifies how to handle response payload content type conversions.
|
PutIntegrationResponseRequest |
PutIntegrationResponseRequest.withContentHandling(String contentHandling)
Specifies how to handle response payload content type conversions.
|
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)
A key-value map specifying response parameters that are passed to the method response from the back end.
|
PutIntegrationResponseRequest |
PutIntegrationResponseRequest.withResponseTemplates(Map<String,String> responseTemplates)
Specifies a put integration response's templates.
|
PutIntegrationResponseRequest |
PutIntegrationResponseRequest.withRestApiId(String restApiId)
The string identifier of the associated RestApi.
|
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 © 2022. All rights reserved.