Uses of Class
software.amazon.awssdk.services.ssmcontacts.model.ListPreviewRotationShiftsRequest
-
Packages that use ListPreviewRotationShiftsRequest 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 ListPreviewRotationShiftsRequest in software.amazon.awssdk.services.ssmcontacts
Methods in software.amazon.awssdk.services.ssmcontacts with parameters of type ListPreviewRotationShiftsRequest Modifier and Type Method Description default CompletableFuture<ListPreviewRotationShiftsResponse>SsmContactsAsyncClient. listPreviewRotationShifts(ListPreviewRotationShiftsRequest listPreviewRotationShiftsRequest)Returns a list of shifts based on rotation configuration parameters.default ListPreviewRotationShiftsResponseSsmContactsClient. listPreviewRotationShifts(ListPreviewRotationShiftsRequest listPreviewRotationShiftsRequest)Returns a list of shifts based on rotation configuration parameters.default ListPreviewRotationShiftsPublisherSsmContactsAsyncClient. listPreviewRotationShiftsPaginator(ListPreviewRotationShiftsRequest listPreviewRotationShiftsRequest)Returns a list of shifts based on rotation configuration parameters.default ListPreviewRotationShiftsIterableSsmContactsClient. listPreviewRotationShiftsPaginator(ListPreviewRotationShiftsRequest listPreviewRotationShiftsRequest)Returns a list of shifts based on rotation configuration parameters. -
Uses of ListPreviewRotationShiftsRequest in software.amazon.awssdk.services.ssmcontacts.paginators
Constructors in software.amazon.awssdk.services.ssmcontacts.paginators with parameters of type ListPreviewRotationShiftsRequest Constructor Description ListPreviewRotationShiftsIterable(SsmContactsClient client, ListPreviewRotationShiftsRequest firstRequest)ListPreviewRotationShiftsPublisher(SsmContactsAsyncClient client, ListPreviewRotationShiftsRequest firstRequest) -
Uses of ListPreviewRotationShiftsRequest in software.amazon.awssdk.services.ssmcontacts.transform
Methods in software.amazon.awssdk.services.ssmcontacts.transform with parameters of type ListPreviewRotationShiftsRequest Modifier and Type Method Description SdkHttpFullRequestListPreviewRotationShiftsRequestMarshaller. marshall(ListPreviewRotationShiftsRequest listPreviewRotationShiftsRequest)
-