Uses of Class
software.amazon.awssdk.services.ssmcontacts.model.ListRotationShiftsResponse
-
Packages that use ListRotationShiftsResponse 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 ListRotationShiftsResponse in software.amazon.awssdk.services.ssmcontacts
Methods in software.amazon.awssdk.services.ssmcontacts that return ListRotationShiftsResponse Modifier and Type Method Description default ListRotationShiftsResponseSsmContactsClient. listRotationShifts(Consumer<ListRotationShiftsRequest.Builder> 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.Methods in software.amazon.awssdk.services.ssmcontacts that return types with arguments of type ListRotationShiftsResponse Modifier and Type Method Description default CompletableFuture<ListRotationShiftsResponse>SsmContactsAsyncClient. listRotationShifts(Consumer<ListRotationShiftsRequest.Builder> listRotationShiftsRequest)Returns a list of shifts generated by an existing rotation in the system.default CompletableFuture<ListRotationShiftsResponse>SsmContactsAsyncClient. listRotationShifts(ListRotationShiftsRequest listRotationShiftsRequest)Returns a list of shifts generated by an existing rotation in the system. -
Uses of ListRotationShiftsResponse in software.amazon.awssdk.services.ssmcontacts.paginators
Methods in software.amazon.awssdk.services.ssmcontacts.paginators that return types with arguments of type ListRotationShiftsResponse Modifier and Type Method Description Iterator<ListRotationShiftsResponse>ListRotationShiftsIterable. iterator()Method parameters in software.amazon.awssdk.services.ssmcontacts.paginators with type arguments of type ListRotationShiftsResponse Modifier and Type Method Description voidListRotationShiftsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListRotationShiftsResponse> subscriber)
-