| Package | Description |
|---|---|
| software.amazon.awssdk.services.apigateway |
|
| software.amazon.awssdk.services.apigateway.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<UpdateIntegrationResponse> |
ApiGatewayAsyncClient.updateIntegration(Consumer<UpdateIntegrationRequest.Builder> updateIntegrationRequest)
Represents an update integration.
|
default UpdateIntegrationResponse |
ApiGatewayClient.updateIntegration(Consumer<UpdateIntegrationRequest.Builder> updateIntegrationRequest)
Represents an update integration.
|
| Modifier and Type | Method and Description |
|---|---|
static UpdateIntegrationRequest.Builder |
UpdateIntegrationRequest.builder() |
UpdateIntegrationRequest.Builder |
UpdateIntegrationRequest.Builder.httpMethod(String httpMethod)
[Required] Represents an update integration request's HTTP method.
|
UpdateIntegrationRequest.Builder |
UpdateIntegrationRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateIntegrationRequest.Builder |
UpdateIntegrationRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateIntegrationRequest.Builder |
UpdateIntegrationRequest.Builder.patchOperations(Collection<PatchOperation> patchOperations)
A list of update operations to be applied to the specified resource and in the order specified in this list.
|
UpdateIntegrationRequest.Builder |
UpdateIntegrationRequest.Builder.patchOperations(Consumer<PatchOperation.Builder>... patchOperations)
A list of update operations to be applied to the specified resource and in the order specified in this list.
|
UpdateIntegrationRequest.Builder |
UpdateIntegrationRequest.Builder.patchOperations(PatchOperation... patchOperations)
A list of update operations to be applied to the specified resource and in the order specified in this list.
|
UpdateIntegrationRequest.Builder |
UpdateIntegrationRequest.Builder.resourceId(String resourceId)
[Required] Represents an update integration request's resource identifier.
|
UpdateIntegrationRequest.Builder |
UpdateIntegrationRequest.Builder.restApiId(String restApiId)
[Required] The string identifier of the associated RestApi.
|
UpdateIntegrationRequest.Builder |
UpdateIntegrationRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdateIntegrationRequest.Builder> |
UpdateIntegrationRequest.serializableBuilderClass() |
Copyright © 2021. All rights reserved.