Uses of Class
software.amazon.awssdk.services.apigatewayv2.model.GetApisRequest
-
Packages that use GetApisRequest Package Description software.amazon.awssdk.services.apigatewayv2 Amazon API Gateway V2software.amazon.awssdk.services.apigatewayv2.transform -
-
Uses of GetApisRequest in software.amazon.awssdk.services.apigatewayv2
Methods in software.amazon.awssdk.services.apigatewayv2 with parameters of type GetApisRequest Modifier and Type Method Description default CompletableFuture<GetApisResponse>ApiGatewayV2AsyncClient. getApis(GetApisRequest getApisRequest)Gets a collection of Api resources.default GetApisResponseApiGatewayV2Client. getApis(GetApisRequest getApisRequest)Gets a collection of Api resources. -
Uses of GetApisRequest in software.amazon.awssdk.services.apigatewayv2.transform
Methods in software.amazon.awssdk.services.apigatewayv2.transform with parameters of type GetApisRequest Modifier and Type Method Description SdkHttpFullRequestGetApisRequestMarshaller. marshall(GetApisRequest getApisRequest)
-