Uses of Class
software.amazon.awssdk.services.ssmcontacts.model.ListPreviewRotationShiftsResponse
-
Packages that use ListPreviewRotationShiftsResponse 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 -
-
Uses of ListPreviewRotationShiftsResponse in software.amazon.awssdk.services.ssmcontacts
Methods in software.amazon.awssdk.services.ssmcontacts that return ListPreviewRotationShiftsResponse Modifier and Type Method Description default ListPreviewRotationShiftsResponseSsmContactsClient. listPreviewRotationShifts(Consumer<ListPreviewRotationShiftsRequest.Builder> 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.Methods in software.amazon.awssdk.services.ssmcontacts that return types with arguments of type ListPreviewRotationShiftsResponse Modifier and Type Method Description default CompletableFuture<ListPreviewRotationShiftsResponse>SsmContactsAsyncClient. listPreviewRotationShifts(Consumer<ListPreviewRotationShiftsRequest.Builder> listPreviewRotationShiftsRequest)Returns a list of shifts based on rotation configuration parameters.default CompletableFuture<ListPreviewRotationShiftsResponse>SsmContactsAsyncClient. listPreviewRotationShifts(ListPreviewRotationShiftsRequest listPreviewRotationShiftsRequest)Returns a list of shifts based on rotation configuration parameters. -
Uses of ListPreviewRotationShiftsResponse in software.amazon.awssdk.services.ssmcontacts.paginators
Methods in software.amazon.awssdk.services.ssmcontacts.paginators that return types with arguments of type ListPreviewRotationShiftsResponse Modifier and Type Method Description Iterator<ListPreviewRotationShiftsResponse>ListPreviewRotationShiftsIterable. iterator()Method parameters in software.amazon.awssdk.services.ssmcontacts.paginators with type arguments of type ListPreviewRotationShiftsResponse Modifier and Type Method Description voidListPreviewRotationShiftsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListPreviewRotationShiftsResponse> subscriber)
-