Uses of Class
software.amazon.awssdk.services.shield.model.DescribeEmergencyContactSettingsResponse
-
Packages that use DescribeEmergencyContactSettingsResponse Package Description software.amazon.awssdk.services.shield Shield Advanced -
-
Uses of DescribeEmergencyContactSettingsResponse in software.amazon.awssdk.services.shield
Methods in software.amazon.awssdk.services.shield that return DescribeEmergencyContactSettingsResponse Modifier and Type Method Description default DescribeEmergencyContactSettingsResponseShieldClient. describeEmergencyContactSettings(Consumer<DescribeEmergencyContactSettingsRequest.Builder> describeEmergencyContactSettingsRequest)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.default DescribeEmergencyContactSettingsResponseShieldClient. describeEmergencyContactSettings(DescribeEmergencyContactSettingsRequest describeEmergencyContactSettingsRequest)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 that return types with arguments of type DescribeEmergencyContactSettingsResponse Modifier and Type Method Description default CompletableFuture<DescribeEmergencyContactSettingsResponse>ShieldAsyncClient. describeEmergencyContactSettings(Consumer<DescribeEmergencyContactSettingsRequest.Builder> describeEmergencyContactSettingsRequest)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.default CompletableFuture<DescribeEmergencyContactSettingsResponse>ShieldAsyncClient. describeEmergencyContactSettings(DescribeEmergencyContactSettingsRequest describeEmergencyContactSettingsRequest)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.
-