Uses of Class
software.amazon.awssdk.services.ssmcontacts.model.PreviewOverride
-
Packages that use PreviewOverride Package Description software.amazon.awssdk.services.ssmcontacts.model -
-
Uses of PreviewOverride in software.amazon.awssdk.services.ssmcontacts.model
Methods in software.amazon.awssdk.services.ssmcontacts.model that return types with arguments of type PreviewOverride Modifier and Type Method Description List<PreviewOverride>ListPreviewRotationShiftsRequest. overrides()Information about changes that would be made in a rotation override.Methods in software.amazon.awssdk.services.ssmcontacts.model with parameters of type PreviewOverride Modifier and Type Method Description ListPreviewRotationShiftsRequest.BuilderListPreviewRotationShiftsRequest.Builder. overrides(PreviewOverride... overrides)Information about changes that would be made in a rotation override.Method parameters in software.amazon.awssdk.services.ssmcontacts.model with type arguments of type PreviewOverride Modifier and Type Method Description ListPreviewRotationShiftsRequest.BuilderListPreviewRotationShiftsRequest.Builder. overrides(Collection<PreviewOverride> overrides)Information about changes that would be made in a rotation override.
-