Uses of Class
software.amazon.awssdk.services.ecs.model.IngressPathSummary
-
Packages that use IngressPathSummary Package Description software.amazon.awssdk.services.ecs.model -
-
Uses of IngressPathSummary in software.amazon.awssdk.services.ecs.model
Methods in software.amazon.awssdk.services.ecs.model that return types with arguments of type IngressPathSummary Modifier and Type Method Description List<IngressPathSummary>ExpressGatewayServiceConfiguration. ingressPaths()The entry point into this service revision.Methods in software.amazon.awssdk.services.ecs.model with parameters of type IngressPathSummary Modifier and Type Method Description ExpressGatewayServiceConfiguration.BuilderExpressGatewayServiceConfiguration.Builder. ingressPaths(IngressPathSummary... ingressPaths)The entry point into this service revision.Method parameters in software.amazon.awssdk.services.ecs.model with type arguments of type IngressPathSummary Modifier and Type Method Description ExpressGatewayServiceConfiguration.BuilderExpressGatewayServiceConfiguration.Builder. ingressPaths(Collection<IngressPathSummary> ingressPaths)The entry point into this service revision.
-