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