Uses of Class
software.amazon.awssdk.services.shield.model.UpdateEmergencyContactSettingsResponse
-
Packages that use UpdateEmergencyContactSettingsResponse Package Description software.amazon.awssdk.services.shield Shield Advanced -
-
Uses of UpdateEmergencyContactSettingsResponse in software.amazon.awssdk.services.shield
Methods in software.amazon.awssdk.services.shield that return UpdateEmergencyContactSettingsResponse Modifier and Type Method Description default UpdateEmergencyContactSettingsResponseShieldClient. updateEmergencyContactSettings(Consumer<UpdateEmergencyContactSettingsRequest.Builder> updateEmergencyContactSettingsRequest)Updates the details of the 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.default UpdateEmergencyContactSettingsResponseShieldClient. updateEmergencyContactSettings(UpdateEmergencyContactSettingsRequest updateEmergencyContactSettingsRequest)Updates the details of the 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 that return types with arguments of type UpdateEmergencyContactSettingsResponse Modifier and Type Method Description default CompletableFuture<UpdateEmergencyContactSettingsResponse>ShieldAsyncClient. updateEmergencyContactSettings(Consumer<UpdateEmergencyContactSettingsRequest.Builder> updateEmergencyContactSettingsRequest)Updates the details of the 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.default CompletableFuture<UpdateEmergencyContactSettingsResponse>ShieldAsyncClient. updateEmergencyContactSettings(UpdateEmergencyContactSettingsRequest updateEmergencyContactSettingsRequest)Updates the details of the 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.
-