| Package | Description |
|---|---|
| software.amazon.awssdk.services.apigatewayv2 |
Amazon API Gateway V2
|
| software.amazon.awssdk.services.apigatewayv2.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetIntegrationResponsesResponse> |
ApiGatewayV2AsyncClient.getIntegrationResponses(Consumer<GetIntegrationResponsesRequest.Builder> getIntegrationResponsesRequest)
Gets the IntegrationResponses for an Integration.
|
default GetIntegrationResponsesResponse |
ApiGatewayV2Client.getIntegrationResponses(Consumer<GetIntegrationResponsesRequest.Builder> getIntegrationResponsesRequest)
Gets the IntegrationResponses for an Integration.
|
| Modifier and Type | Method and Description |
|---|---|
GetIntegrationResponsesRequest.Builder |
GetIntegrationResponsesRequest.Builder.apiId(String apiId)
The API identifier.
|
static GetIntegrationResponsesRequest.Builder |
GetIntegrationResponsesRequest.builder() |
GetIntegrationResponsesRequest.Builder |
GetIntegrationResponsesRequest.Builder.integrationId(String integrationId)
The integration ID.
|
GetIntegrationResponsesRequest.Builder |
GetIntegrationResponsesRequest.Builder.maxResults(String maxResults)
The maximum number of elements to be returned for this resource.
|
GetIntegrationResponsesRequest.Builder |
GetIntegrationResponsesRequest.Builder.nextToken(String nextToken)
The next page of elements from this collection.
|
GetIntegrationResponsesRequest.Builder |
GetIntegrationResponsesRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetIntegrationResponsesRequest.Builder |
GetIntegrationResponsesRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetIntegrationResponsesRequest.Builder |
GetIntegrationResponsesRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetIntegrationResponsesRequest.Builder> |
GetIntegrationResponsesRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.