Uses of Class
software.amazon.awssdk.services.ssmcontacts.model.ListRotationsResponse
-
Packages that use ListRotationsResponse 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 ListRotationsResponse in software.amazon.awssdk.services.ssmcontacts
Methods in software.amazon.awssdk.services.ssmcontacts that return ListRotationsResponse Modifier and Type Method Description default ListRotationsResponseSsmContactsClient. listRotations(Consumer<ListRotationsRequest.Builder> listRotationsRequest)Retrieves a list of on-call rotations.default ListRotationsResponseSsmContactsClient. listRotations(ListRotationsRequest listRotationsRequest)Retrieves a list of on-call rotations.Methods in software.amazon.awssdk.services.ssmcontacts that return types with arguments of type ListRotationsResponse Modifier and Type Method Description default CompletableFuture<ListRotationsResponse>SsmContactsAsyncClient. listRotations(Consumer<ListRotationsRequest.Builder> listRotationsRequest)Retrieves a list of on-call rotations.default CompletableFuture<ListRotationsResponse>SsmContactsAsyncClient. listRotations(ListRotationsRequest listRotationsRequest)Retrieves a list of on-call rotations. -
Uses of ListRotationsResponse in software.amazon.awssdk.services.ssmcontacts.paginators
Methods in software.amazon.awssdk.services.ssmcontacts.paginators that return types with arguments of type ListRotationsResponse Modifier and Type Method Description Iterator<ListRotationsResponse>ListRotationsIterable. iterator()Method parameters in software.amazon.awssdk.services.ssmcontacts.paginators with type arguments of type ListRotationsResponse Modifier and Type Method Description voidListRotationsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListRotationsResponse> subscriber)
-