Uses of Class
software.amazon.awssdk.services.ssmcontacts.model.PutContactPolicyResponse
-
Packages that use PutContactPolicyResponse 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 PutContactPolicyResponse in software.amazon.awssdk.services.ssmcontacts
Methods in software.amazon.awssdk.services.ssmcontacts that return PutContactPolicyResponse Modifier and Type Method Description default PutContactPolicyResponseSsmContactsClient. putContactPolicy(Consumer<PutContactPolicyRequest.Builder> putContactPolicyRequest)Adds a resource policy to the specified contact or escalation plan.default PutContactPolicyResponseSsmContactsClient. putContactPolicy(PutContactPolicyRequest putContactPolicyRequest)Adds a resource policy to the specified contact or escalation plan.Methods in software.amazon.awssdk.services.ssmcontacts that return types with arguments of type PutContactPolicyResponse Modifier and Type Method Description default CompletableFuture<PutContactPolicyResponse>SsmContactsAsyncClient. putContactPolicy(Consumer<PutContactPolicyRequest.Builder> putContactPolicyRequest)Adds a resource policy to the specified contact or escalation plan.default CompletableFuture<PutContactPolicyResponse>SsmContactsAsyncClient. putContactPolicy(PutContactPolicyRequest putContactPolicyRequest)Adds a resource policy to the specified contact or escalation plan.
-