Uses of Class
software.amazon.awssdk.services.securityir.model.ListCasesItem
-
Packages that use ListCasesItem Package Description software.amazon.awssdk.services.securityir.model software.amazon.awssdk.services.securityir.paginators -
-
Uses of ListCasesItem in software.amazon.awssdk.services.securityir.model
Methods in software.amazon.awssdk.services.securityir.model that return types with arguments of type ListCasesItem Modifier and Type Method Description List<ListCasesItem>ListCasesResponse. items()Response element for ListCases that includes caseARN, caseID, caseStatus, closedDate, createdDate, engagementType, lastUpdatedDate, pendingAction, resolverType, and title for each response.Methods in software.amazon.awssdk.services.securityir.model with parameters of type ListCasesItem Modifier and Type Method Description ListCasesResponse.BuilderListCasesResponse.Builder. items(ListCasesItem... items)Response element for ListCases that includes caseARN, caseID, caseStatus, closedDate, createdDate, engagementType, lastUpdatedDate, pendingAction, resolverType, and title for each response.Method parameters in software.amazon.awssdk.services.securityir.model with type arguments of type ListCasesItem Modifier and Type Method Description ListCasesResponse.BuilderListCasesResponse.Builder. items(Collection<ListCasesItem> items)Response element for ListCases that includes caseARN, caseID, caseStatus, closedDate, createdDate, engagementType, lastUpdatedDate, pendingAction, resolverType, and title for each response. -
Uses of ListCasesItem in software.amazon.awssdk.services.securityir.paginators
Methods in software.amazon.awssdk.services.securityir.paginators that return types with arguments of type ListCasesItem Modifier and Type Method Description SdkIterable<ListCasesItem>ListCasesIterable. items()Returns an iterable to iterate through the paginatedListCasesResponse.items()member.SdkPublisher<ListCasesItem>ListCasesPublisher. items()Returns a publisher that can be used to get a stream of data.
-