Uses of Class
software.amazon.awssdk.services.connect.model.HoursOfOperationSummary
-
Packages that use HoursOfOperationSummary Package Description software.amazon.awssdk.services.connect.model software.amazon.awssdk.services.connect.paginators -
-
Uses of HoursOfOperationSummary in software.amazon.awssdk.services.connect.model
Methods in software.amazon.awssdk.services.connect.model that return types with arguments of type HoursOfOperationSummary Modifier and Type Method Description List<HoursOfOperationSummary>ListHoursOfOperationsResponse. hoursOfOperationSummaryList()Information about the hours of operation.Methods in software.amazon.awssdk.services.connect.model with parameters of type HoursOfOperationSummary Modifier and Type Method Description ListHoursOfOperationsResponse.BuilderListHoursOfOperationsResponse.Builder. hoursOfOperationSummaryList(HoursOfOperationSummary... hoursOfOperationSummaryList)Information about the hours of operation.Method parameters in software.amazon.awssdk.services.connect.model with type arguments of type HoursOfOperationSummary Modifier and Type Method Description ListHoursOfOperationsResponse.BuilderListHoursOfOperationsResponse.Builder. hoursOfOperationSummaryList(Collection<HoursOfOperationSummary> hoursOfOperationSummaryList)Information about the hours of operation. -
Uses of HoursOfOperationSummary in software.amazon.awssdk.services.connect.paginators
Methods in software.amazon.awssdk.services.connect.paginators that return types with arguments of type HoursOfOperationSummary Modifier and Type Method Description SdkIterable<HoursOfOperationSummary>ListHoursOfOperationsIterable. hoursOfOperationSummaryList()Returns an iterable to iterate through the paginatedListHoursOfOperationsResponse.hoursOfOperationSummaryList()member.SdkPublisher<HoursOfOperationSummary>ListHoursOfOperationsPublisher. hoursOfOperationSummaryList()Returns a publisher that can be used to get a stream of data.
-