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> |
AbstractAmazonApiGatewayAsync.updateIntegrationAsync(UpdateIntegrationRequest request,
AsyncHandler<UpdateIntegrationRequest,UpdateIntegrationResult> asyncHandler) |
Future<UpdateIntegrationResult> |
AmazonApiGatewayAsyncClient.updateIntegrationAsync(UpdateIntegrationRequest request,
AsyncHandler<UpdateIntegrationRequest,UpdateIntegrationResult> asyncHandler) |
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)
A list of operations describing the updates to apply to the specified
resource.
|
UpdateIntegrationRequest |
UpdateIntegrationRequest.withPatchOperations(PatchOperation... patchOperations)
A list of operations describing the updates to apply to the specified
resource.
|
UpdateIntegrationRequest |
UpdateIntegrationRequest.withResourceId(String resourceId)
Represents an update integration request's resource identifier.
|
UpdateIntegrationRequest |
UpdateIntegrationRequest.withRestApiId(String restApiId)
Represents an update integration request's API identifier.
|
Copyright © 2015. All rights reserved.