Uses of Class
software.amazon.awssdk.services.ssmcontacts.model.GetContactResponse
-
Packages that use GetContactResponse 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. -
-
Uses of GetContactResponse in software.amazon.awssdk.services.ssmcontacts
Methods in software.amazon.awssdk.services.ssmcontacts that return GetContactResponse Modifier and Type Method Description default GetContactResponseSsmContactsClient. getContact(Consumer<GetContactRequest.Builder> getContactRequest)Retrieves information about the specified contact or escalation plan.default GetContactResponseSsmContactsClient. getContact(GetContactRequest getContactRequest)Retrieves information about the specified contact or escalation plan.Methods in software.amazon.awssdk.services.ssmcontacts that return types with arguments of type GetContactResponse Modifier and Type Method Description default CompletableFuture<GetContactResponse>SsmContactsAsyncClient. getContact(Consumer<GetContactRequest.Builder> getContactRequest)Retrieves information about the specified contact or escalation plan.default CompletableFuture<GetContactResponse>SsmContactsAsyncClient. getContact(GetContactRequest getContactRequest)Retrieves information about the specified contact or escalation plan.
-