Package | Description |
---|---|
com.amazonaws.services.apigateway | |
com.amazonaws.services.apigateway.model | |
com.amazonaws.services.apigateway.model.transform |
Modifier and Type | Method and Description |
---|---|
UpdateIntegrationResult |
AmazonApiGatewayClient.updateIntegration(UpdateIntegrationRequest updateIntegrationRequest)
Represents an update integration.
|
UpdateIntegrationResult |
AmazonApiGateway.updateIntegration(UpdateIntegrationRequest updateIntegrationRequest)
Represents an update integration.
|
UpdateIntegrationResult |
AbstractAmazonApiGateway.updateIntegration(UpdateIntegrationRequest request) |
java.util.concurrent.Future<UpdateIntegrationResult> |
AmazonApiGatewayAsyncClient.updateIntegrationAsync(UpdateIntegrationRequest request) |
java.util.concurrent.Future<UpdateIntegrationResult> |
AmazonApiGatewayAsync.updateIntegrationAsync(UpdateIntegrationRequest updateIntegrationRequest)
Represents an update integration.
|
java.util.concurrent.Future<UpdateIntegrationResult> |
AbstractAmazonApiGatewayAsync.updateIntegrationAsync(UpdateIntegrationRequest request) |
java.util.concurrent.Future<UpdateIntegrationResult> |
AmazonApiGatewayAsyncClient.updateIntegrationAsync(UpdateIntegrationRequest request,
AsyncHandler<UpdateIntegrationRequest,UpdateIntegrationResult> asyncHandler) |
java.util.concurrent.Future<UpdateIntegrationResult> |
AmazonApiGatewayAsync.updateIntegrationAsync(UpdateIntegrationRequest updateIntegrationRequest,
AsyncHandler<UpdateIntegrationRequest,UpdateIntegrationResult> asyncHandler)
Represents an update integration.
|
java.util.concurrent.Future<UpdateIntegrationResult> |
AbstractAmazonApiGatewayAsync.updateIntegrationAsync(UpdateIntegrationRequest request,
AsyncHandler<UpdateIntegrationRequest,UpdateIntegrationResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future<UpdateIntegrationResult> |
AmazonApiGatewayAsyncClient.updateIntegrationAsync(UpdateIntegrationRequest request,
AsyncHandler<UpdateIntegrationRequest,UpdateIntegrationResult> asyncHandler) |
java.util.concurrent.Future<UpdateIntegrationResult> |
AmazonApiGatewayAsync.updateIntegrationAsync(UpdateIntegrationRequest updateIntegrationRequest,
AsyncHandler<UpdateIntegrationRequest,UpdateIntegrationResult> asyncHandler)
Represents an update integration.
|
java.util.concurrent.Future<UpdateIntegrationResult> |
AbstractAmazonApiGatewayAsync.updateIntegrationAsync(UpdateIntegrationRequest request,
AsyncHandler<UpdateIntegrationRequest,UpdateIntegrationResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
UpdateIntegrationRequest |
UpdateIntegrationRequest.clone() |
UpdateIntegrationRequest |
UpdateIntegrationRequest.withHttpMethod(java.lang.String httpMethod)
Represents an update integration request's HTTP method.
|
UpdateIntegrationRequest |
UpdateIntegrationRequest.withPatchOperations(java.util.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(java.lang.String resourceId)
Represents an update integration request's resource identifier.
|
UpdateIntegrationRequest |
UpdateIntegrationRequest.withRestApiId(java.lang.String restApiId)
Represents an update integration request's API identifier.
|
Modifier and Type | Method and Description |
---|---|
Request<UpdateIntegrationRequest> |
UpdateIntegrationRequestMarshaller.marshall(UpdateIntegrationRequest updateIntegrationRequest) |
Modifier and Type | Method and Description |
---|---|
Request<UpdateIntegrationRequest> |
UpdateIntegrationRequestMarshaller.marshall(UpdateIntegrationRequest updateIntegrationRequest) |