Uses of Class
software.amazon.awssdk.services.sesv2.model.Route
-
Packages that use Route Package Description software.amazon.awssdk.services.sesv2.model -
-
Uses of Route in software.amazon.awssdk.services.sesv2.model
Methods in software.amazon.awssdk.services.sesv2.model that return types with arguments of type Route Modifier and Type Method Description List<Route>GetMultiRegionEndpointResponse. routes()Contains routes information for the multi-region endpoint (global-endpoint).Methods in software.amazon.awssdk.services.sesv2.model with parameters of type Route Modifier and Type Method Description GetMultiRegionEndpointResponse.BuilderGetMultiRegionEndpointResponse.Builder. routes(Route... routes)Contains routes information for the multi-region endpoint (global-endpoint).Method parameters in software.amazon.awssdk.services.sesv2.model with type arguments of type Route Modifier and Type Method Description GetMultiRegionEndpointResponse.BuilderGetMultiRegionEndpointResponse.Builder. routes(Collection<Route> routes)Contains routes information for the multi-region endpoint (global-endpoint).
-