| Package | Description |
|---|---|
| software.amazon.awssdk.services.shield |
|
| software.amazon.awssdk.services.shield.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<AssociateProactiveEngagementDetailsResponse> |
ShieldAsyncClient.associateProactiveEngagementDetails(Consumer<AssociateProactiveEngagementDetailsRequest.Builder> associateProactiveEngagementDetailsRequest)
Initializes proactive engagement and sets the list of contacts for the DDoS Response Team (DRT) to use.
|
default AssociateProactiveEngagementDetailsResponse |
ShieldClient.associateProactiveEngagementDetails(Consumer<AssociateProactiveEngagementDetailsRequest.Builder> associateProactiveEngagementDetailsRequest)
Initializes proactive engagement and sets the list of contacts for the DDoS Response Team (DRT) to use.
|
| Modifier and Type | Method and Description |
|---|---|
static AssociateProactiveEngagementDetailsRequest.Builder |
AssociateProactiveEngagementDetailsRequest.builder() |
AssociateProactiveEngagementDetailsRequest.Builder |
AssociateProactiveEngagementDetailsRequest.Builder.emergencyContactList(Collection<EmergencyContact> emergencyContactList)
A list of email addresses and phone numbers that the DDoS Response Team (DRT) can use to contact you for
escalations to the DRT and to initiate proactive customer support.
|
AssociateProactiveEngagementDetailsRequest.Builder |
AssociateProactiveEngagementDetailsRequest.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 for
escalations to the DRT and to initiate proactive customer support.
|
AssociateProactiveEngagementDetailsRequest.Builder |
AssociateProactiveEngagementDetailsRequest.Builder.emergencyContactList(EmergencyContact... emergencyContactList)
A list of email addresses and phone numbers that the DDoS Response Team (DRT) can use to contact you for
escalations to the DRT and to initiate proactive customer support.
|
AssociateProactiveEngagementDetailsRequest.Builder |
AssociateProactiveEngagementDetailsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
AssociateProactiveEngagementDetailsRequest.Builder |
AssociateProactiveEngagementDetailsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
AssociateProactiveEngagementDetailsRequest.Builder |
AssociateProactiveEngagementDetailsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends AssociateProactiveEngagementDetailsRequest.Builder> |
AssociateProactiveEngagementDetailsRequest.serializableBuilderClass() |
Copyright © 2021. All rights reserved.