| 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 Shield Response Team (SRT) to use.
|
default AssociateProactiveEngagementDetailsResponse |
ShieldClient.associateProactiveEngagementDetails(Consumer<AssociateProactiveEngagementDetailsRequest.Builder> associateProactiveEngagementDetailsRequest)
Initializes proactive engagement and sets the list of contacts for the Shield Response Team (SRT) 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 Shield Response Team (SRT) can use to contact you for
escalations to the SRT 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 Shield Response Team (SRT) can use to contact you for
escalations to the SRT and to initiate proactive customer support.
|
AssociateProactiveEngagementDetailsRequest.Builder |
AssociateProactiveEngagementDetailsRequest.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.
|
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 © 2023. All rights reserved.