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<UpdateIntegrationResponseResult> |
AmazonApiGatewayAsyncClient.updateIntegrationResponseAsync(UpdateIntegrationResponseRequest request,
AsyncHandler<UpdateIntegrationResponseRequest,UpdateIntegrationResponseResult> asyncHandler) |
java.util.concurrent.Future<UpdateIntegrationResponseResult> |
AmazonApiGatewayAsync.updateIntegrationResponseAsync(UpdateIntegrationResponseRequest updateIntegrationResponseRequest,
AsyncHandler<UpdateIntegrationResponseRequest,UpdateIntegrationResponseResult> asyncHandler)
Represents an update integration response.
|
java.util.concurrent.Future<UpdateIntegrationResponseResult> |
AbstractAmazonApiGatewayAsync.updateIntegrationResponseAsync(UpdateIntegrationResponseRequest request,
AsyncHandler<UpdateIntegrationResponseRequest,UpdateIntegrationResponseResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
UpdateIntegrationResponseRequest |
UpdateIntegrationResponseRequest.clone() |
UpdateIntegrationResponseRequest |
UpdateIntegrationResponseRequest.withHttpMethod(java.lang.String httpMethod)
Specifies an update integration response request's HTTP method.
|
UpdateIntegrationResponseRequest |
UpdateIntegrationResponseRequest.withPatchOperations(java.util.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(java.lang.String resourceId)
Specifies an update integration response request's resource identifier.
|
UpdateIntegrationResponseRequest |
UpdateIntegrationResponseRequest.withRestApiId(java.lang.String restApiId)
Specifies an update integration response request's API identifier.
|
UpdateIntegrationResponseRequest |
UpdateIntegrationResponseRequest.withStatusCode(java.lang.String statusCode)
Specifies an update integration response request's status code.
|
Modifier and Type | Method and Description |
---|---|
Request<UpdateIntegrationResponseRequest> |
UpdateIntegrationResponseRequestMarshaller.marshall(UpdateIntegrationResponseRequest updateIntegrationResponseRequest) |
Modifier and Type | Method and Description |
---|---|
Request<UpdateIntegrationResponseRequest> |
UpdateIntegrationResponseRequestMarshaller.marshall(UpdateIntegrationResponseRequest updateIntegrationResponseRequest) |