Uses of Class
software.amazon.awssdk.services.apigatewayv2.model.Api
-
Packages that use Api Package Description software.amazon.awssdk.services.apigatewayv2.model -
-
Uses of Api in software.amazon.awssdk.services.apigatewayv2.model
Methods in software.amazon.awssdk.services.apigatewayv2.model that return types with arguments of type Api Modifier and Type Method Description List<Api>GetApisResponse. items()The elements from this collection.Methods in software.amazon.awssdk.services.apigatewayv2.model with parameters of type Api Modifier and Type Method Description GetApisResponse.BuilderGetApisResponse.Builder. items(Api... items)The elements from this collection.Method parameters in software.amazon.awssdk.services.apigatewayv2.model with type arguments of type Api Modifier and Type Method Description GetApisResponse.BuilderGetApisResponse.Builder. items(Collection<Api> items)The elements from this collection.
-