Uses of Class
software.amazon.awssdk.services.apprunner.model.ServiceSummary
-
Packages that use ServiceSummary Package Description software.amazon.awssdk.services.apprunner.model -
-
Uses of ServiceSummary in software.amazon.awssdk.services.apprunner.model
Methods in software.amazon.awssdk.services.apprunner.model that return types with arguments of type ServiceSummary Modifier and Type Method Description List<ServiceSummary>ListServicesResponse. serviceSummaryList()A list of service summary information records.Methods in software.amazon.awssdk.services.apprunner.model with parameters of type ServiceSummary Modifier and Type Method Description ListServicesResponse.BuilderListServicesResponse.Builder. serviceSummaryList(ServiceSummary... serviceSummaryList)A list of service summary information records.Method parameters in software.amazon.awssdk.services.apprunner.model with type arguments of type ServiceSummary Modifier and Type Method Description ListServicesResponse.BuilderListServicesResponse.Builder. serviceSummaryList(Collection<ServiceSummary> serviceSummaryList)A list of service summary information records.
-