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