| Package | Description |
|---|---|
| com.amazonaws.services.apigateway |
|
| com.amazonaws.services.apigateway.model |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateIntegrationResponseResult> |
AmazonApiGatewayAsyncClient.updateIntegrationResponseAsync(UpdateIntegrationResponseRequest request,
AsyncHandler<UpdateIntegrationResponseRequest,UpdateIntegrationResponseResult> asyncHandler) |
Future<UpdateIntegrationResponseResult> |
AbstractAmazonApiGatewayAsync.updateIntegrationResponseAsync(UpdateIntegrationResponseRequest request,
AsyncHandler<UpdateIntegrationResponseRequest,UpdateIntegrationResponseResult> asyncHandler) |
Future<UpdateIntegrationResponseResult> |
AmazonApiGatewayAsync.updateIntegrationResponseAsync(UpdateIntegrationResponseRequest updateIntegrationResponseRequest,
AsyncHandler<UpdateIntegrationResponseRequest,UpdateIntegrationResponseResult> asyncHandler)
Represents an update integration response.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateIntegrationResponseRequest |
UpdateIntegrationResponseRequest.clone() |
UpdateIntegrationResponseRequest |
UpdateIntegrationResponseRequest.withHttpMethod(String httpMethod)
[Required] Specifies an update integration response request's HTTP method.
|
UpdateIntegrationResponseRequest |
UpdateIntegrationResponseRequest.withPatchOperations(Collection<PatchOperation> patchOperations)
A list of update operations to be applied to the specified resource and in the order specified in this list.
|
UpdateIntegrationResponseRequest |
UpdateIntegrationResponseRequest.withPatchOperations(PatchOperation... patchOperations)
A list of update operations to be applied to the specified resource and in the order specified in this list.
|
UpdateIntegrationResponseRequest |
UpdateIntegrationResponseRequest.withResourceId(String resourceId)
[Required] Specifies an update integration response request's resource identifier.
|
UpdateIntegrationResponseRequest |
UpdateIntegrationResponseRequest.withRestApiId(String restApiId)
[Required] The string identifier of the associated RestApi.
|
UpdateIntegrationResponseRequest |
UpdateIntegrationResponseRequest.withStatusCode(String statusCode)
[Required] Specifies an update integration response request's status code.
|
Copyright © 2018. All rights reserved.