Uses of Class
software.amazon.awssdk.services.apigatewayv2.model.GetIntegrationRequest
-
Packages that use GetIntegrationRequest Package Description software.amazon.awssdk.services.apigatewayv2 Amazon API Gateway V2software.amazon.awssdk.services.apigatewayv2.transform -
-
Uses of GetIntegrationRequest in software.amazon.awssdk.services.apigatewayv2
Methods in software.amazon.awssdk.services.apigatewayv2 with parameters of type GetIntegrationRequest Modifier and Type Method Description default CompletableFuture<GetIntegrationResponse>ApiGatewayV2AsyncClient. getIntegration(GetIntegrationRequest getIntegrationRequest)Gets an Integration.default GetIntegrationResponseApiGatewayV2Client. getIntegration(GetIntegrationRequest getIntegrationRequest)Gets an Integration. -
Uses of GetIntegrationRequest in software.amazon.awssdk.services.apigatewayv2.transform
Methods in software.amazon.awssdk.services.apigatewayv2.transform with parameters of type GetIntegrationRequest Modifier and Type Method Description SdkHttpFullRequestGetIntegrationRequestMarshaller. marshall(GetIntegrationRequest getIntegrationRequest)
-