Uses of Class
software.amazon.awssdk.services.apigatewayv2.model.GetIntegrationsRequest
-
Packages that use GetIntegrationsRequest Package Description software.amazon.awssdk.services.apigatewayv2 Amazon API Gateway V2software.amazon.awssdk.services.apigatewayv2.transform -
-
Uses of GetIntegrationsRequest in software.amazon.awssdk.services.apigatewayv2
Methods in software.amazon.awssdk.services.apigatewayv2 with parameters of type GetIntegrationsRequest Modifier and Type Method Description default CompletableFuture<GetIntegrationsResponse>ApiGatewayV2AsyncClient. getIntegrations(GetIntegrationsRequest getIntegrationsRequest)Gets the Integrations for an API.default GetIntegrationsResponseApiGatewayV2Client. getIntegrations(GetIntegrationsRequest getIntegrationsRequest)Gets the Integrations for an API. -
Uses of GetIntegrationsRequest in software.amazon.awssdk.services.apigatewayv2.transform
Methods in software.amazon.awssdk.services.apigatewayv2.transform with parameters of type GetIntegrationsRequest Modifier and Type Method Description SdkHttpFullRequestGetIntegrationsRequestMarshaller. marshall(GetIntegrationsRequest getIntegrationsRequest)
-