Uses of Class
software.amazon.awssdk.services.connect.model.EffectiveHoursOfOperations
-
Packages that use EffectiveHoursOfOperations Package Description software.amazon.awssdk.services.connect.model -
-
Uses of EffectiveHoursOfOperations in software.amazon.awssdk.services.connect.model
Methods in software.amazon.awssdk.services.connect.model that return types with arguments of type EffectiveHoursOfOperations Modifier and Type Method Description List<EffectiveHoursOfOperations>GetEffectiveHoursOfOperationsResponse. effectiveHoursOfOperationList()Information about the effective hours of operationsMethods in software.amazon.awssdk.services.connect.model with parameters of type EffectiveHoursOfOperations Modifier and Type Method Description GetEffectiveHoursOfOperationsResponse.BuilderGetEffectiveHoursOfOperationsResponse.Builder. effectiveHoursOfOperationList(EffectiveHoursOfOperations... effectiveHoursOfOperationList)Information about the effective hours of operationsMethod parameters in software.amazon.awssdk.services.connect.model with type arguments of type EffectiveHoursOfOperations Modifier and Type Method Description GetEffectiveHoursOfOperationsResponse.BuilderGetEffectiveHoursOfOperationsResponse.Builder. effectiveHoursOfOperationList(Collection<EffectiveHoursOfOperations> effectiveHoursOfOperationList)Information about the effective hours of operations
-