Uses of Class
software.amazon.awssdk.services.ssmcontacts.model.ListRotationShiftsRequest
-
Packages that use ListRotationShiftsRequest Package Description software.amazon.awssdk.services.ssmcontacts Systems Manager Incident Manager is an incident management console designed to help users mitigate and recover from incidents affecting their Amazon Web Services-hosted applications.software.amazon.awssdk.services.ssmcontacts.paginators software.amazon.awssdk.services.ssmcontacts.transform -
-
Uses of ListRotationShiftsRequest in software.amazon.awssdk.services.ssmcontacts
Methods in software.amazon.awssdk.services.ssmcontacts with parameters of type ListRotationShiftsRequest Modifier and Type Method Description default CompletableFuture<ListRotationShiftsResponse>SsmContactsAsyncClient. listRotationShifts(ListRotationShiftsRequest listRotationShiftsRequest)Returns a list of shifts generated by an existing rotation in the system.default ListRotationShiftsResponseSsmContactsClient. listRotationShifts(ListRotationShiftsRequest listRotationShiftsRequest)Returns a list of shifts generated by an existing rotation in the system.default ListRotationShiftsPublisherSsmContactsAsyncClient. listRotationShiftsPaginator(ListRotationShiftsRequest listRotationShiftsRequest)Returns a list of shifts generated by an existing rotation in the system.default ListRotationShiftsIterableSsmContactsClient. listRotationShiftsPaginator(ListRotationShiftsRequest listRotationShiftsRequest)Returns a list of shifts generated by an existing rotation in the system. -
Uses of ListRotationShiftsRequest in software.amazon.awssdk.services.ssmcontacts.paginators
Constructors in software.amazon.awssdk.services.ssmcontacts.paginators with parameters of type ListRotationShiftsRequest Constructor Description ListRotationShiftsIterable(SsmContactsClient client, ListRotationShiftsRequest firstRequest)ListRotationShiftsPublisher(SsmContactsAsyncClient client, ListRotationShiftsRequest firstRequest) -
Uses of ListRotationShiftsRequest in software.amazon.awssdk.services.ssmcontacts.transform
Methods in software.amazon.awssdk.services.ssmcontacts.transform with parameters of type ListRotationShiftsRequest Modifier and Type Method Description SdkHttpFullRequestListRotationShiftsRequestMarshaller. marshall(ListRotationShiftsRequest listRotationShiftsRequest)
-