Uses of Class
software.amazon.awssdk.services.iotfleetwise.model.DecoderManifestSummary
-
Packages that use DecoderManifestSummary Package Description software.amazon.awssdk.services.iotfleetwise.model software.amazon.awssdk.services.iotfleetwise.paginators -
-
Uses of DecoderManifestSummary in software.amazon.awssdk.services.iotfleetwise.model
Methods in software.amazon.awssdk.services.iotfleetwise.model that return types with arguments of type DecoderManifestSummary Modifier and Type Method Description List<DecoderManifestSummary>ListDecoderManifestsResponse. summaries()A list of information about each decoder manifest.Methods in software.amazon.awssdk.services.iotfleetwise.model with parameters of type DecoderManifestSummary Modifier and Type Method Description ListDecoderManifestsResponse.BuilderListDecoderManifestsResponse.Builder. summaries(DecoderManifestSummary... summaries)A list of information about each decoder manifest.Method parameters in software.amazon.awssdk.services.iotfleetwise.model with type arguments of type DecoderManifestSummary Modifier and Type Method Description ListDecoderManifestsResponse.BuilderListDecoderManifestsResponse.Builder. summaries(Collection<DecoderManifestSummary> summaries)A list of information about each decoder manifest. -
Uses of DecoderManifestSummary in software.amazon.awssdk.services.iotfleetwise.paginators
Methods in software.amazon.awssdk.services.iotfleetwise.paginators that return types with arguments of type DecoderManifestSummary Modifier and Type Method Description SdkIterable<DecoderManifestSummary>ListDecoderManifestsIterable. summaries()Returns an iterable to iterate through the paginatedListDecoderManifestsResponse.summaries()member.SdkPublisher<DecoderManifestSummary>ListDecoderManifestsPublisher. summaries()Returns a publisher that can be used to get a stream of data.
-