Uses of Class
software.amazon.awssdk.services.connect.model.HoursOfOperation
-
Packages that use HoursOfOperation Package Description software.amazon.awssdk.services.connect.model software.amazon.awssdk.services.connect.paginators -
-
Uses of HoursOfOperation in software.amazon.awssdk.services.connect.model
Methods in software.amazon.awssdk.services.connect.model that return HoursOfOperation Modifier and Type Method Description HoursOfOperationDescribeHoursOfOperationResponse. hoursOfOperation()The hours of operation.Methods in software.amazon.awssdk.services.connect.model that return types with arguments of type HoursOfOperation Modifier and Type Method Description List<HoursOfOperation>SearchHoursOfOperationsResponse. hoursOfOperations()Information about the hours of operations.Methods in software.amazon.awssdk.services.connect.model with parameters of type HoursOfOperation Modifier and Type Method Description DescribeHoursOfOperationResponse.BuilderDescribeHoursOfOperationResponse.Builder. hoursOfOperation(HoursOfOperation hoursOfOperation)The hours of operation.SearchHoursOfOperationsResponse.BuilderSearchHoursOfOperationsResponse.Builder. hoursOfOperations(HoursOfOperation... hoursOfOperations)Information about the hours of operations.Method parameters in software.amazon.awssdk.services.connect.model with type arguments of type HoursOfOperation Modifier and Type Method Description SearchHoursOfOperationsResponse.BuilderSearchHoursOfOperationsResponse.Builder. hoursOfOperations(Collection<HoursOfOperation> hoursOfOperations)Information about the hours of operations. -
Uses of HoursOfOperation in software.amazon.awssdk.services.connect.paginators
Methods in software.amazon.awssdk.services.connect.paginators that return types with arguments of type HoursOfOperation Modifier and Type Method Description SdkIterable<HoursOfOperation>SearchHoursOfOperationsIterable. hoursOfOperations()Returns an iterable to iterate through the paginatedSearchHoursOfOperationsResponse.hoursOfOperations()member.SdkPublisher<HoursOfOperation>SearchHoursOfOperationsPublisher. hoursOfOperations()Returns a publisher that can be used to get a stream of data.
-