Uses of Class
software.amazon.awssdk.services.ssmcontacts.model.RotationShift
-
Packages that use RotationShift Package Description software.amazon.awssdk.services.ssmcontacts.model software.amazon.awssdk.services.ssmcontacts.paginators -
-
Uses of RotationShift in software.amazon.awssdk.services.ssmcontacts.model
Methods in software.amazon.awssdk.services.ssmcontacts.model that return types with arguments of type RotationShift Modifier and Type Method Description List<RotationShift>ListPreviewRotationShiftsResponse. rotationShifts()Details about a rotation shift, including times, types, and contacts.List<RotationShift>ListRotationShiftsResponse. rotationShifts()Information about shifts that meet the filter criteria.Methods in software.amazon.awssdk.services.ssmcontacts.model with parameters of type RotationShift Modifier and Type Method Description ListPreviewRotationShiftsResponse.BuilderListPreviewRotationShiftsResponse.Builder. rotationShifts(RotationShift... rotationShifts)Details about a rotation shift, including times, types, and contacts.ListRotationShiftsResponse.BuilderListRotationShiftsResponse.Builder. rotationShifts(RotationShift... rotationShifts)Information about shifts that meet the filter criteria.Method parameters in software.amazon.awssdk.services.ssmcontacts.model with type arguments of type RotationShift Modifier and Type Method Description ListPreviewRotationShiftsResponse.BuilderListPreviewRotationShiftsResponse.Builder. rotationShifts(Collection<RotationShift> rotationShifts)Details about a rotation shift, including times, types, and contacts.ListRotationShiftsResponse.BuilderListRotationShiftsResponse.Builder. rotationShifts(Collection<RotationShift> rotationShifts)Information about shifts that meet the filter criteria. -
Uses of RotationShift in software.amazon.awssdk.services.ssmcontacts.paginators
Methods in software.amazon.awssdk.services.ssmcontacts.paginators that return types with arguments of type RotationShift Modifier and Type Method Description SdkIterable<RotationShift>ListPreviewRotationShiftsIterable. rotationShifts()Returns an iterable to iterate through the paginatedListPreviewRotationShiftsResponse.rotationShifts()member.SdkPublisher<RotationShift>ListPreviewRotationShiftsPublisher. rotationShifts()Returns a publisher that can be used to get a stream of data.SdkIterable<RotationShift>ListRotationShiftsIterable. rotationShifts()Returns an iterable to iterate through the paginatedListRotationShiftsResponse.rotationShifts()member.SdkPublisher<RotationShift>ListRotationShiftsPublisher. rotationShifts()Returns a publisher that can be used to get a stream of data.
-