Uses of Class
software.amazon.awssdk.services.ssmcontacts.model.ListRotationOverridesResponse
-
Packages that use ListRotationOverridesResponse 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 ListRotationOverridesResponse in software.amazon.awssdk.services.ssmcontacts
Methods in software.amazon.awssdk.services.ssmcontacts that return ListRotationOverridesResponse Modifier and Type Method Description default ListRotationOverridesResponseSsmContactsClient. listRotationOverrides(Consumer<ListRotationOverridesRequest.Builder> listRotationOverridesRequest)Retrieves a list of overrides currently specified for an on-call rotation.default ListRotationOverridesResponseSsmContactsClient. listRotationOverrides(ListRotationOverridesRequest listRotationOverridesRequest)Retrieves a list of overrides currently specified for an on-call rotation.Methods in software.amazon.awssdk.services.ssmcontacts that return types with arguments of type ListRotationOverridesResponse Modifier and Type Method Description default CompletableFuture<ListRotationOverridesResponse>SsmContactsAsyncClient. listRotationOverrides(Consumer<ListRotationOverridesRequest.Builder> listRotationOverridesRequest)Retrieves a list of overrides currently specified for an on-call rotation.default CompletableFuture<ListRotationOverridesResponse>SsmContactsAsyncClient. listRotationOverrides(ListRotationOverridesRequest listRotationOverridesRequest)Retrieves a list of overrides currently specified for an on-call rotation. -
Uses of ListRotationOverridesResponse in software.amazon.awssdk.services.ssmcontacts.paginators
Methods in software.amazon.awssdk.services.ssmcontacts.paginators that return types with arguments of type ListRotationOverridesResponse Modifier and Type Method Description Iterator<ListRotationOverridesResponse>ListRotationOverridesIterable. iterator()Method parameters in software.amazon.awssdk.services.ssmcontacts.paginators with type arguments of type ListRotationOverridesResponse Modifier and Type Method Description voidListRotationOverridesPublisher. subscribe(org.reactivestreams.Subscriber<? super ListRotationOverridesResponse> subscriber)
-