Uses of Class
software.amazon.awssdk.services.ssmcontacts.model.GetContactPolicyResponse
-
Packages that use GetContactPolicyResponse 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 GetContactPolicyResponse in software.amazon.awssdk.services.ssmcontacts
Methods in software.amazon.awssdk.services.ssmcontacts that return GetContactPolicyResponse Modifier and Type Method Description default GetContactPolicyResponseSsmContactsClient. getContactPolicy(Consumer<GetContactPolicyRequest.Builder> getContactPolicyRequest)Retrieves the resource policies attached to the specified contact or escalation plan.default GetContactPolicyResponseSsmContactsClient. getContactPolicy(GetContactPolicyRequest getContactPolicyRequest)Retrieves the resource policies attached to the specified contact or escalation plan.Methods in software.amazon.awssdk.services.ssmcontacts that return types with arguments of type GetContactPolicyResponse Modifier and Type Method Description default CompletableFuture<GetContactPolicyResponse>SsmContactsAsyncClient. getContactPolicy(Consumer<GetContactPolicyRequest.Builder> getContactPolicyRequest)Retrieves the resource policies attached to the specified contact or escalation plan.default CompletableFuture<GetContactPolicyResponse>SsmContactsAsyncClient. getContactPolicy(GetContactPolicyRequest getContactPolicyRequest)Retrieves the resource policies attached to the specified contact or escalation plan.
-