Package | Description |
---|---|
com.amazonaws.services.apigateway | |
com.amazonaws.services.apigateway.model | |
com.amazonaws.services.apigateway.model.transform |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future<PutIntegrationResponseResult> |
AmazonApiGatewayAsyncClient.putIntegrationResponseAsync(PutIntegrationResponseRequest request,
AsyncHandler<PutIntegrationResponseRequest,PutIntegrationResponseResult> asyncHandler) |
java.util.concurrent.Future<PutIntegrationResponseResult> |
AmazonApiGatewayAsync.putIntegrationResponseAsync(PutIntegrationResponseRequest putIntegrationResponseRequest,
AsyncHandler<PutIntegrationResponseRequest,PutIntegrationResponseResult> asyncHandler)
Represents a put integration.
|
java.util.concurrent.Future<PutIntegrationResponseResult> |
AbstractAmazonApiGatewayAsync.putIntegrationResponseAsync(PutIntegrationResponseRequest request,
AsyncHandler<PutIntegrationResponseRequest,PutIntegrationResponseResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
PutIntegrationResponseRequest |
PutIntegrationResponseRequest.addResponseParametersEntry(java.lang.String key,
java.lang.String value) |
PutIntegrationResponseRequest |
PutIntegrationResponseRequest.addResponseTemplatesEntry(java.lang.String key,
java.lang.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(java.lang.String httpMethod)
Specifies a put integration response request's HTTP method.
|
PutIntegrationResponseRequest |
PutIntegrationResponseRequest.withResourceId(java.lang.String resourceId)
Specifies a put integration response request's resource identifier.
|
PutIntegrationResponseRequest |
PutIntegrationResponseRequest.withResponseParameters(java.util.Map<java.lang.String,java.lang.String> responseParameters)
Represents response parameters that can be read from the backend
response.
|
PutIntegrationResponseRequest |
PutIntegrationResponseRequest.withResponseTemplates(java.util.Map<java.lang.String,java.lang.String> responseTemplates)
Specifies a put integration response's templates.
|
PutIntegrationResponseRequest |
PutIntegrationResponseRequest.withRestApiId(java.lang.String restApiId)
Specifies a put integration response request's API identifier.
|
PutIntegrationResponseRequest |
PutIntegrationResponseRequest.withSelectionPattern(java.lang.String selectionPattern)
Specifies the selection pattern of a put integration response.
|
PutIntegrationResponseRequest |
PutIntegrationResponseRequest.withStatusCode(java.lang.String statusCode)
Specifies the status code that is used to map the integration response to
an existing MethodResponse.
|
Modifier and Type | Method and Description |
---|---|
Request<PutIntegrationResponseRequest> |
PutIntegrationResponseRequestMarshaller.marshall(PutIntegrationResponseRequest putIntegrationResponseRequest) |
Modifier and Type | Method and Description |
---|---|
Request<PutIntegrationResponseRequest> |
PutIntegrationResponseRequestMarshaller.marshall(PutIntegrationResponseRequest putIntegrationResponseRequest) |