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> |
AmazonApiGatewayAsync.updateIntegrationResponseAsync(UpdateIntegrationResponseRequest updateIntegrationResponseRequest,
AsyncHandler<UpdateIntegrationResponseRequest,UpdateIntegrationResponseResult> asyncHandler)
Represents an update integration response.
|
Future<UpdateIntegrationResponseResult> |
AbstractAmazonApiGatewayAsync.updateIntegrationResponseAsync(UpdateIntegrationResponseRequest request,
AsyncHandler<UpdateIntegrationResponseRequest,UpdateIntegrationResponseResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
UpdateIntegrationResponseRequest |
UpdateIntegrationResponseRequest.clone() |
UpdateIntegrationResponseRequest |
UpdateIntegrationResponseRequest.withHttpMethod(String httpMethod)
Specifies an update integration response request's HTTP method.
|
UpdateIntegrationResponseRequest |
UpdateIntegrationResponseRequest.withPatchOperations(Collection<PatchOperation> patchOperations)
A list of operations describing the updates to apply to the specified
resource.
|
UpdateIntegrationResponseRequest |
UpdateIntegrationResponseRequest.withPatchOperations(PatchOperation... patchOperations)
A list of operations describing the updates to apply to the specified
resource.
|
UpdateIntegrationResponseRequest |
UpdateIntegrationResponseRequest.withResourceId(String resourceId)
Specifies an update integration response request's resource identifier.
|
UpdateIntegrationResponseRequest |
UpdateIntegrationResponseRequest.withRestApiId(String restApiId)
Specifies an update integration response request's API identifier.
|
UpdateIntegrationResponseRequest |
UpdateIntegrationResponseRequest.withStatusCode(String statusCode)
Specifies an update integration response request's status code.
|
Copyright © 2018. All rights reserved.