Uses of Class
software.amazon.awssdk.services.connectcases.model.SearchCasesResponseItem
-
Packages that use SearchCasesResponseItem Package Description software.amazon.awssdk.services.connectcases.model software.amazon.awssdk.services.connectcases.paginators -
-
Uses of SearchCasesResponseItem in software.amazon.awssdk.services.connectcases.model
Methods in software.amazon.awssdk.services.connectcases.model that return types with arguments of type SearchCasesResponseItem Modifier and Type Method Description List<SearchCasesResponseItem>SearchCasesResponse. cases()A list of case documents where each case contains the propertiesCaseIdandFieldswhere each field is a complex union structure.Methods in software.amazon.awssdk.services.connectcases.model with parameters of type SearchCasesResponseItem Modifier and Type Method Description SearchCasesResponse.BuilderSearchCasesResponse.Builder. cases(SearchCasesResponseItem... cases)A list of case documents where each case contains the propertiesCaseIdandFieldswhere each field is a complex union structure.Method parameters in software.amazon.awssdk.services.connectcases.model with type arguments of type SearchCasesResponseItem Modifier and Type Method Description SearchCasesResponse.BuilderSearchCasesResponse.Builder. cases(Collection<SearchCasesResponseItem> cases)A list of case documents where each case contains the propertiesCaseIdandFieldswhere each field is a complex union structure. -
Uses of SearchCasesResponseItem in software.amazon.awssdk.services.connectcases.paginators
Methods in software.amazon.awssdk.services.connectcases.paginators that return types with arguments of type SearchCasesResponseItem Modifier and Type Method Description SdkIterable<SearchCasesResponseItem>SearchCasesIterable. cases()Returns an iterable to iterate through the paginatedSearchCasesResponse.cases()member.SdkPublisher<SearchCasesResponseItem>SearchCasesPublisher. cases()Returns a publisher that can be used to get a stream of data.
-