| Package | Description |
|---|---|
| software.amazon.awssdk.services.shield |
|
| software.amazon.awssdk.services.shield.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<UpdateEmergencyContactSettingsResponse> |
ShieldAsyncClient.updateEmergencyContactSettings(Consumer<UpdateEmergencyContactSettingsRequest.Builder> updateEmergencyContactSettingsRequest)
Updates the details of the list of email addresses and phone numbers that the DDoS Response Team (DRT) can use to
contact you if you have proactive engagement enabled, for escalations to the DRT and to initiate proactive
customer support.
|
default UpdateEmergencyContactSettingsResponse |
ShieldClient.updateEmergencyContactSettings(Consumer<UpdateEmergencyContactSettingsRequest.Builder> updateEmergencyContactSettingsRequest)
Updates the details of the list of email addresses and phone numbers that the DDoS Response Team (DRT) can use to
contact you if you have proactive engagement enabled, for escalations to the DRT and to initiate proactive
customer support.
|
| Modifier and Type | Method and Description |
|---|---|
static UpdateEmergencyContactSettingsRequest.Builder |
UpdateEmergencyContactSettingsRequest.builder() |
UpdateEmergencyContactSettingsRequest.Builder |
UpdateEmergencyContactSettingsRequest.Builder.emergencyContactList(Collection<EmergencyContact> emergencyContactList)
A list of email addresses and phone numbers that the DDoS Response Team (DRT) can use to contact you if you
have proactive engagement enabled, for escalations to the DRT and to initiate proactive customer support.
|
UpdateEmergencyContactSettingsRequest.Builder |
UpdateEmergencyContactSettingsRequest.Builder.emergencyContactList(Consumer<EmergencyContact.Builder>... emergencyContactList)
A list of email addresses and phone numbers that the DDoS Response Team (DRT) can use to contact you if you
have proactive engagement enabled, for escalations to the DRT and to initiate proactive customer support.
|
UpdateEmergencyContactSettingsRequest.Builder |
UpdateEmergencyContactSettingsRequest.Builder.emergencyContactList(EmergencyContact... emergencyContactList)
A list of email addresses and phone numbers that the DDoS Response Team (DRT) can use to contact you if you
have proactive engagement enabled, for escalations to the DRT and to initiate proactive customer support.
|
UpdateEmergencyContactSettingsRequest.Builder |
UpdateEmergencyContactSettingsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateEmergencyContactSettingsRequest.Builder |
UpdateEmergencyContactSettingsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateEmergencyContactSettingsRequest.Builder |
UpdateEmergencyContactSettingsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdateEmergencyContactSettingsRequest.Builder> |
UpdateEmergencyContactSettingsRequest.serializableBuilderClass() |
Copyright © 2021. All rights reserved.