Uses of Class
software.amazon.awssdk.services.apigatewayv2.model.CreateIntegrationResponseResponse
-
Packages that use CreateIntegrationResponseResponse Package Description software.amazon.awssdk.services.apigatewayv2 Amazon API Gateway V2 -
-
Uses of CreateIntegrationResponseResponse in software.amazon.awssdk.services.apigatewayv2
Methods in software.amazon.awssdk.services.apigatewayv2 that return CreateIntegrationResponseResponse Modifier and Type Method Description default CreateIntegrationResponseResponseApiGatewayV2Client. createIntegrationResponse(Consumer<CreateIntegrationResponseRequest.Builder> createIntegrationResponseRequest)Creates an IntegrationResponses.default CreateIntegrationResponseResponseApiGatewayV2Client. createIntegrationResponse(CreateIntegrationResponseRequest createIntegrationResponseRequest)Creates an IntegrationResponses.Methods in software.amazon.awssdk.services.apigatewayv2 that return types with arguments of type CreateIntegrationResponseResponse Modifier and Type Method Description default CompletableFuture<CreateIntegrationResponseResponse>ApiGatewayV2AsyncClient. createIntegrationResponse(Consumer<CreateIntegrationResponseRequest.Builder> createIntegrationResponseRequest)Creates an IntegrationResponses.default CompletableFuture<CreateIntegrationResponseResponse>ApiGatewayV2AsyncClient. createIntegrationResponse(CreateIntegrationResponseRequest createIntegrationResponseRequest)Creates an IntegrationResponses.
-