Uses of Interface
software.amazon.awssdk.services.ssmcontacts.model.GetContactPolicyResponse.Builder
-
Packages that use GetContactPolicyResponse.Builder Package Description software.amazon.awssdk.services.ssmcontacts.model -
-
Uses of GetContactPolicyResponse.Builder in software.amazon.awssdk.services.ssmcontacts.model
Methods in software.amazon.awssdk.services.ssmcontacts.model that return GetContactPolicyResponse.Builder Modifier and Type Method Description static GetContactPolicyResponse.BuilderGetContactPolicyResponse. builder()GetContactPolicyResponse.BuilderGetContactPolicyResponse.Builder. contactArn(String contactArn)The ARN of the contact or escalation plan.GetContactPolicyResponse.BuilderGetContactPolicyResponse.Builder. policy(String policy)Details about the resource policy attached to the contact or escalation plan.GetContactPolicyResponse.BuilderGetContactPolicyResponse. toBuilder()Methods in software.amazon.awssdk.services.ssmcontacts.model that return types with arguments of type GetContactPolicyResponse.Builder Modifier and Type Method Description static Class<? extends GetContactPolicyResponse.Builder>GetContactPolicyResponse. serializableBuilderClass()
-