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