Uses of Class
software.amazon.awssdk.services.shield.model.EmergencyContact
-
Packages that use EmergencyContact Package Description software.amazon.awssdk.services.shield.model -
-
Uses of EmergencyContact in software.amazon.awssdk.services.shield.model
Methods in software.amazon.awssdk.services.shield.model that return types with arguments of type EmergencyContact Modifier and Type Method Description List<EmergencyContact>AssociateProactiveEngagementDetailsRequest. emergencyContactList()A list of email addresses and phone numbers that the Shield Response Team (SRT) can use to contact you for escalations to the SRT and to initiate proactive customer support.List<EmergencyContact>DescribeEmergencyContactSettingsResponse. emergencyContactList()A list of email addresses and phone numbers that the Shield Response Team (SRT) can use to contact you if you have proactive engagement enabled, for escalations to the SRT and to initiate proactive customer support.List<EmergencyContact>UpdateEmergencyContactSettingsRequest. emergencyContactList()A list of email addresses and phone numbers that the Shield Response Team (SRT) can use to contact you if you have proactive engagement enabled, for escalations to the SRT and to initiate proactive customer support.Methods in software.amazon.awssdk.services.shield.model with parameters of type EmergencyContact Modifier and Type Method Description AssociateProactiveEngagementDetailsRequest.BuilderAssociateProactiveEngagementDetailsRequest.Builder. emergencyContactList(EmergencyContact... emergencyContactList)A list of email addresses and phone numbers that the Shield Response Team (SRT) can use to contact you for escalations to the SRT and to initiate proactive customer support.DescribeEmergencyContactSettingsResponse.BuilderDescribeEmergencyContactSettingsResponse.Builder. emergencyContactList(EmergencyContact... emergencyContactList)A list of email addresses and phone numbers that the Shield Response Team (SRT) can use to contact you if you have proactive engagement enabled, for escalations to the SRT and to initiate proactive customer support.UpdateEmergencyContactSettingsRequest.BuilderUpdateEmergencyContactSettingsRequest.Builder. emergencyContactList(EmergencyContact... emergencyContactList)A list of email addresses and phone numbers that the Shield Response Team (SRT) can use to contact you if you have proactive engagement enabled, for escalations to the SRT and to initiate proactive customer support.Method parameters in software.amazon.awssdk.services.shield.model with type arguments of type EmergencyContact Modifier and Type Method Description AssociateProactiveEngagementDetailsRequest.BuilderAssociateProactiveEngagementDetailsRequest.Builder. emergencyContactList(Collection<EmergencyContact> emergencyContactList)A list of email addresses and phone numbers that the Shield Response Team (SRT) can use to contact you for escalations to the SRT and to initiate proactive customer support.DescribeEmergencyContactSettingsResponse.BuilderDescribeEmergencyContactSettingsResponse.Builder. emergencyContactList(Collection<EmergencyContact> emergencyContactList)A list of email addresses and phone numbers that the Shield Response Team (SRT) can use to contact you if you have proactive engagement enabled, for escalations to the SRT and to initiate proactive customer support.UpdateEmergencyContactSettingsRequest.BuilderUpdateEmergencyContactSettingsRequest.Builder. emergencyContactList(Collection<EmergencyContact> emergencyContactList)A list of email addresses and phone numbers that the Shield Response Team (SRT) can use to contact you if you have proactive engagement enabled, for escalations to the SRT and to initiate proactive customer support.
-