Uses of Class
software.amazon.awssdk.services.securityir.model.ListCommentsItem
-
Packages that use ListCommentsItem Package Description software.amazon.awssdk.services.securityir.model software.amazon.awssdk.services.securityir.paginators -
-
Uses of ListCommentsItem in software.amazon.awssdk.services.securityir.model
Methods in software.amazon.awssdk.services.securityir.model that return types with arguments of type ListCommentsItem Modifier and Type Method Description List<ListCommentsItem>ListCommentsResponse. items()Response element for ListComments providing the body, commentID, createDate, creator, lastUpdatedBy and lastUpdatedDate for each response.Methods in software.amazon.awssdk.services.securityir.model with parameters of type ListCommentsItem Modifier and Type Method Description ListCommentsResponse.BuilderListCommentsResponse.Builder. items(ListCommentsItem... items)Response element for ListComments providing the body, commentID, createDate, creator, lastUpdatedBy and lastUpdatedDate for each response.Method parameters in software.amazon.awssdk.services.securityir.model with type arguments of type ListCommentsItem Modifier and Type Method Description ListCommentsResponse.BuilderListCommentsResponse.Builder. items(Collection<ListCommentsItem> items)Response element for ListComments providing the body, commentID, createDate, creator, lastUpdatedBy and lastUpdatedDate for each response. -
Uses of ListCommentsItem in software.amazon.awssdk.services.securityir.paginators
Methods in software.amazon.awssdk.services.securityir.paginators that return types with arguments of type ListCommentsItem Modifier and Type Method Description SdkIterable<ListCommentsItem>ListCommentsIterable. items()Returns an iterable to iterate through the paginatedListCommentsResponse.items()member.SdkPublisher<ListCommentsItem>ListCommentsPublisher. items()Returns a publisher that can be used to get a stream of data.
-