Uses of Class
software.amazon.awssdk.services.ssmcontacts.model.ListRotationsRequest
-
Packages that use ListRotationsRequest 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 ListRotationsRequest in software.amazon.awssdk.services.ssmcontacts
Methods in software.amazon.awssdk.services.ssmcontacts with parameters of type ListRotationsRequest Modifier and Type Method Description default CompletableFuture<ListRotationsResponse>SsmContactsAsyncClient. listRotations(ListRotationsRequest listRotationsRequest)Retrieves a list of on-call rotations.default ListRotationsResponseSsmContactsClient. listRotations(ListRotationsRequest listRotationsRequest)Retrieves a list of on-call rotations.default ListRotationsPublisherSsmContactsAsyncClient. listRotationsPaginator(ListRotationsRequest listRotationsRequest)This is a variant ofSsmContactsAsyncClient.listRotations(software.amazon.awssdk.services.ssmcontacts.model.ListRotationsRequest)operation.default ListRotationsIterableSsmContactsClient. listRotationsPaginator(ListRotationsRequest listRotationsRequest)This is a variant ofSsmContactsClient.listRotations(software.amazon.awssdk.services.ssmcontacts.model.ListRotationsRequest)operation. -
Uses of ListRotationsRequest in software.amazon.awssdk.services.ssmcontacts.paginators
Constructors in software.amazon.awssdk.services.ssmcontacts.paginators with parameters of type ListRotationsRequest Constructor Description ListRotationsIterable(SsmContactsClient client, ListRotationsRequest firstRequest)ListRotationsPublisher(SsmContactsAsyncClient client, ListRotationsRequest firstRequest) -
Uses of ListRotationsRequest in software.amazon.awssdk.services.ssmcontacts.transform
Methods in software.amazon.awssdk.services.ssmcontacts.transform with parameters of type ListRotationsRequest Modifier and Type Method Description SdkHttpFullRequestListRotationsRequestMarshaller. marshall(ListRotationsRequest listRotationsRequest)
-