Uses of Class
software.amazon.awssdk.services.iotfleetwise.model.ModelManifestSummary
-
Packages that use ModelManifestSummary Package Description software.amazon.awssdk.services.iotfleetwise.model software.amazon.awssdk.services.iotfleetwise.paginators -
-
Uses of ModelManifestSummary in software.amazon.awssdk.services.iotfleetwise.model
Methods in software.amazon.awssdk.services.iotfleetwise.model that return types with arguments of type ModelManifestSummary Modifier and Type Method Description List<ModelManifestSummary>ListModelManifestsResponse. summaries()A list of information about vehicle models.Methods in software.amazon.awssdk.services.iotfleetwise.model with parameters of type ModelManifestSummary Modifier and Type Method Description ListModelManifestsResponse.BuilderListModelManifestsResponse.Builder. summaries(ModelManifestSummary... summaries)A list of information about vehicle models.Method parameters in software.amazon.awssdk.services.iotfleetwise.model with type arguments of type ModelManifestSummary Modifier and Type Method Description ListModelManifestsResponse.BuilderListModelManifestsResponse.Builder. summaries(Collection<ModelManifestSummary> summaries)A list of information about vehicle models. -
Uses of ModelManifestSummary in software.amazon.awssdk.services.iotfleetwise.paginators
Methods in software.amazon.awssdk.services.iotfleetwise.paginators that return types with arguments of type ModelManifestSummary Modifier and Type Method Description SdkIterable<ModelManifestSummary>ListModelManifestsIterable. summaries()Returns an iterable to iterate through the paginatedListModelManifestsResponse.summaries()member.SdkPublisher<ModelManifestSummary>ListModelManifestsPublisher. summaries()Returns a publisher that can be used to get a stream of data.
-