Uses of Class
software.amazon.awssdk.services.iotfleethub.model.ApplicationSummary
-
Packages that use ApplicationSummary Package Description software.amazon.awssdk.services.iotfleethub.model software.amazon.awssdk.services.iotfleethub.paginators -
-
Uses of ApplicationSummary in software.amazon.awssdk.services.iotfleethub.model
Methods in software.amazon.awssdk.services.iotfleethub.model that return types with arguments of type ApplicationSummary Modifier and Type Method Description List<ApplicationSummary>ListApplicationsResponse. applicationSummaries()An array of objects that provide summaries of information about the web applications in the list.Methods in software.amazon.awssdk.services.iotfleethub.model with parameters of type ApplicationSummary Modifier and Type Method Description ListApplicationsResponse.BuilderListApplicationsResponse.Builder. applicationSummaries(ApplicationSummary... applicationSummaries)An array of objects that provide summaries of information about the web applications in the list.Method parameters in software.amazon.awssdk.services.iotfleethub.model with type arguments of type ApplicationSummary Modifier and Type Method Description ListApplicationsResponse.BuilderListApplicationsResponse.Builder. applicationSummaries(Collection<ApplicationSummary> applicationSummaries)An array of objects that provide summaries of information about the web applications in the list. -
Uses of ApplicationSummary in software.amazon.awssdk.services.iotfleethub.paginators
Methods in software.amazon.awssdk.services.iotfleethub.paginators that return types with arguments of type ApplicationSummary Modifier and Type Method Description SdkIterable<ApplicationSummary>ListApplicationsIterable. applicationSummaries()Returns an iterable to iterate through the paginatedListApplicationsResponse.applicationSummaries()member.SdkPublisher<ApplicationSummary>ListApplicationsPublisher. applicationSummaries()Returns a publisher that can be used to get a stream of data.
-