Uses of Interface
software.amazon.awssdk.services.ssmcontacts.model.ShiftDetails.Builder
-
Packages that use ShiftDetails.Builder Package Description software.amazon.awssdk.services.ssmcontacts.model -
-
Uses of ShiftDetails.Builder in software.amazon.awssdk.services.ssmcontacts.model
Methods in software.amazon.awssdk.services.ssmcontacts.model that return ShiftDetails.Builder Modifier and Type Method Description static ShiftDetails.BuilderShiftDetails. builder()ShiftDetails.BuilderShiftDetails.Builder. overriddenContactIds(String... overriddenContactIds)The Amazon Resources Names (ARNs) of the contacts who were replaced in a shift when an override was created.ShiftDetails.BuilderShiftDetails.Builder. overriddenContactIds(Collection<String> overriddenContactIds)The Amazon Resources Names (ARNs) of the contacts who were replaced in a shift when an override was created.ShiftDetails.BuilderShiftDetails. toBuilder()Methods in software.amazon.awssdk.services.ssmcontacts.model that return types with arguments of type ShiftDetails.Builder Modifier and Type Method Description static Class<? extends ShiftDetails.Builder>ShiftDetails. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ssmcontacts.model with type arguments of type ShiftDetails.Builder Modifier and Type Method Description default RotationShift.BuilderRotationShift.Builder. shiftDetails(Consumer<ShiftDetails.Builder> shiftDetails)Additional information about an on-call rotation shift.
-