| Package | Description | 
|---|---|
| com.amazonaws.services.apigateway | 
 | 
| com.amazonaws.services.apigateway.model | 
| Modifier and Type | Method and Description | 
|---|---|
Future<UpdateIntegrationResult> | 
AmazonApiGatewayAsyncClient.updateIntegrationAsync(UpdateIntegrationRequest request,
                      AsyncHandler<UpdateIntegrationRequest,UpdateIntegrationResult> asyncHandler)  | 
Future<UpdateIntegrationResult> | 
AbstractAmazonApiGatewayAsync.updateIntegrationAsync(UpdateIntegrationRequest request,
                      AsyncHandler<UpdateIntegrationRequest,UpdateIntegrationResult> asyncHandler)  | 
Future<UpdateIntegrationResult> | 
AmazonApiGatewayAsync.updateIntegrationAsync(UpdateIntegrationRequest updateIntegrationRequest,
                      AsyncHandler<UpdateIntegrationRequest,UpdateIntegrationResult> asyncHandler)
 Represents an update integration. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
UpdateIntegrationRequest | 
UpdateIntegrationRequest.clone()  | 
UpdateIntegrationRequest | 
UpdateIntegrationRequest.withHttpMethod(String httpMethod)
 Represents an update integration request's HTTP method. 
 | 
UpdateIntegrationRequest | 
UpdateIntegrationRequest.withPatchOperations(Collection<PatchOperation> patchOperations)
 For more information about supported patch operations, see Patch Operations. 
 | 
UpdateIntegrationRequest | 
UpdateIntegrationRequest.withPatchOperations(PatchOperation... patchOperations)
 For more information about supported patch operations, see Patch Operations. 
 | 
UpdateIntegrationRequest | 
UpdateIntegrationRequest.withResourceId(String resourceId)
 Represents an update integration request's resource identifier. 
 | 
UpdateIntegrationRequest | 
UpdateIntegrationRequest.withRestApiId(String restApiId)
 The string identifier of the associated RestApi. 
 | 
Copyright © 2023. All rights reserved.