Uses of Class
software.amazon.awssdk.services.apigatewayv2.model.CreateIntegrationRequest
-
Packages that use CreateIntegrationRequest Package Description software.amazon.awssdk.services.apigatewayv2 Amazon API Gateway V2software.amazon.awssdk.services.apigatewayv2.transform -
-
Uses of CreateIntegrationRequest in software.amazon.awssdk.services.apigatewayv2
Methods in software.amazon.awssdk.services.apigatewayv2 with parameters of type CreateIntegrationRequest Modifier and Type Method Description default CompletableFuture<CreateIntegrationResponse>ApiGatewayV2AsyncClient. createIntegration(CreateIntegrationRequest createIntegrationRequest)Creates an Integration.default CreateIntegrationResponseApiGatewayV2Client. createIntegration(CreateIntegrationRequest createIntegrationRequest)Creates an Integration. -
Uses of CreateIntegrationRequest in software.amazon.awssdk.services.apigatewayv2.transform
Methods in software.amazon.awssdk.services.apigatewayv2.transform with parameters of type CreateIntegrationRequest Modifier and Type Method Description SdkHttpFullRequestCreateIntegrationRequestMarshaller. marshall(CreateIntegrationRequest createIntegrationRequest)
-