Uses of Class
software.amazon.awssdk.services.iot.model.AuditTaskMetadata
-
Packages that use AuditTaskMetadata Package Description software.amazon.awssdk.services.iot.model software.amazon.awssdk.services.iot.paginators -
-
Uses of AuditTaskMetadata in software.amazon.awssdk.services.iot.model
Methods in software.amazon.awssdk.services.iot.model that return types with arguments of type AuditTaskMetadata Modifier and Type Method Description List<AuditTaskMetadata>ListAuditTasksResponse. tasks()The audits that were performed during the specified time period.Methods in software.amazon.awssdk.services.iot.model with parameters of type AuditTaskMetadata Modifier and Type Method Description ListAuditTasksResponse.BuilderListAuditTasksResponse.Builder. tasks(AuditTaskMetadata... tasks)The audits that were performed during the specified time period.Method parameters in software.amazon.awssdk.services.iot.model with type arguments of type AuditTaskMetadata Modifier and Type Method Description ListAuditTasksResponse.BuilderListAuditTasksResponse.Builder. tasks(Collection<AuditTaskMetadata> tasks)The audits that were performed during the specified time period. -
Uses of AuditTaskMetadata in software.amazon.awssdk.services.iot.paginators
Methods in software.amazon.awssdk.services.iot.paginators that return types with arguments of type AuditTaskMetadata Modifier and Type Method Description SdkIterable<AuditTaskMetadata>ListAuditTasksIterable. tasks()Returns an iterable to iterate through the paginatedListAuditTasksResponse.tasks()member.SdkPublisher<AuditTaskMetadata>ListAuditTasksPublisher. tasks()Returns a publisher that can be used to get a stream of data.
-