Uses of Class
software.amazon.awssdk.services.apigatewayv2.model.CreateIntegrationResponse
-
Packages that use CreateIntegrationResponse Package Description software.amazon.awssdk.services.apigatewayv2 Amazon API Gateway V2 -
-
Uses of CreateIntegrationResponse in software.amazon.awssdk.services.apigatewayv2
Methods in software.amazon.awssdk.services.apigatewayv2 that return CreateIntegrationResponse Modifier and Type Method Description default CreateIntegrationResponseApiGatewayV2Client. createIntegration(Consumer<CreateIntegrationRequest.Builder> createIntegrationRequest)Creates an Integration.default CreateIntegrationResponseApiGatewayV2Client. createIntegration(CreateIntegrationRequest createIntegrationRequest)Creates an Integration.Methods in software.amazon.awssdk.services.apigatewayv2 that return types with arguments of type CreateIntegrationResponse Modifier and Type Method Description default CompletableFuture<CreateIntegrationResponse>ApiGatewayV2AsyncClient. createIntegration(Consumer<CreateIntegrationRequest.Builder> createIntegrationRequest)Creates an Integration.default CompletableFuture<CreateIntegrationResponse>ApiGatewayV2AsyncClient. createIntegration(CreateIntegrationRequest createIntegrationRequest)Creates an Integration.
-