Uses of Interface
software.amazon.awssdk.services.ssmcontacts.model.GetContactPolicyRequest.Builder
-
Packages that use GetContactPolicyRequest.Builder 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.model -
-
Uses of GetContactPolicyRequest.Builder in software.amazon.awssdk.services.ssmcontacts
Method parameters in software.amazon.awssdk.services.ssmcontacts with type arguments of type GetContactPolicyRequest.Builder 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 GetContactPolicyResponseSsmContactsClient. getContactPolicy(Consumer<GetContactPolicyRequest.Builder> getContactPolicyRequest)Retrieves the resource policies attached to the specified contact or escalation plan. -
Uses of GetContactPolicyRequest.Builder in software.amazon.awssdk.services.ssmcontacts.model
Methods in software.amazon.awssdk.services.ssmcontacts.model that return GetContactPolicyRequest.Builder Modifier and Type Method Description static GetContactPolicyRequest.BuilderGetContactPolicyRequest. builder()GetContactPolicyRequest.BuilderGetContactPolicyRequest.Builder. contactArn(String contactArn)The Amazon Resource Name (ARN) of the contact or escalation plan.GetContactPolicyRequest.BuilderGetContactPolicyRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetContactPolicyRequest.BuilderGetContactPolicyRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetContactPolicyRequest.BuilderGetContactPolicyRequest. toBuilder()Methods in software.amazon.awssdk.services.ssmcontacts.model that return types with arguments of type GetContactPolicyRequest.Builder Modifier and Type Method Description static Class<? extends GetContactPolicyRequest.Builder>GetContactPolicyRequest. serializableBuilderClass()
-