| Package | Description |
|---|---|
| software.amazon.awssdk.services.apigateway |
|
| software.amazon.awssdk.services.apigateway.model |
| Modifier and Type | Method and Description |
|---|---|
default GetIntegrationResponse |
ApiGatewayClient.getIntegration(Consumer<GetIntegrationRequest.Builder> getIntegrationRequest)
Get the integration settings.
|
default CompletableFuture<GetIntegrationResponse> |
ApiGatewayAsyncClient.getIntegration(Consumer<GetIntegrationRequest.Builder> getIntegrationRequest)
Get the integration settings.
|
| Modifier and Type | Method and Description |
|---|---|
static GetIntegrationRequest.Builder |
GetIntegrationRequest.builder() |
GetIntegrationRequest.Builder |
GetIntegrationRequest.Builder.httpMethod(String httpMethod)
Specifies a get integration request's HTTP method.
|
GetIntegrationRequest.Builder |
GetIntegrationRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetIntegrationRequest.Builder |
GetIntegrationRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetIntegrationRequest.Builder |
GetIntegrationRequest.Builder.resourceId(String resourceId)
Specifies a get integration request's resource identifier
|
GetIntegrationRequest.Builder |
GetIntegrationRequest.Builder.restApiId(String restApiId)
The string identifier of the associated RestApi.
|
GetIntegrationRequest.Builder |
GetIntegrationRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetIntegrationRequest.Builder> |
GetIntegrationRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.