Uses of Class
software.amazon.awssdk.services.securityir.model.CaseEditItem
-
Packages that use CaseEditItem Package Description software.amazon.awssdk.services.securityir.model software.amazon.awssdk.services.securityir.paginators -
-
Uses of CaseEditItem in software.amazon.awssdk.services.securityir.model
Methods in software.amazon.awssdk.services.securityir.model that return types with arguments of type CaseEditItem Modifier and Type Method Description List<CaseEditItem>ListCaseEditsResponse. items()Response element for ListCaseEdits that includes the action, eventtimestamp, message, and principal for the response.Methods in software.amazon.awssdk.services.securityir.model with parameters of type CaseEditItem Modifier and Type Method Description ListCaseEditsResponse.BuilderListCaseEditsResponse.Builder. items(CaseEditItem... items)Response element for ListCaseEdits that includes the action, eventtimestamp, message, and principal for the response.Method parameters in software.amazon.awssdk.services.securityir.model with type arguments of type CaseEditItem Modifier and Type Method Description ListCaseEditsResponse.BuilderListCaseEditsResponse.Builder. items(Collection<CaseEditItem> items)Response element for ListCaseEdits that includes the action, eventtimestamp, message, and principal for the response. -
Uses of CaseEditItem in software.amazon.awssdk.services.securityir.paginators
Methods in software.amazon.awssdk.services.securityir.paginators that return types with arguments of type CaseEditItem Modifier and Type Method Description SdkIterable<CaseEditItem>ListCaseEditsIterable. items()Returns an iterable to iterate through the paginatedListCaseEditsResponse.items()member.SdkPublisher<CaseEditItem>ListCaseEditsPublisher. items()Returns a publisher that can be used to get a stream of data.
-