Uses of Interface
software.amazon.awssdk.services.shield.model.AssociateProactiveEngagementDetailsRequest.Builder
-
Packages that use AssociateProactiveEngagementDetailsRequest.Builder Package Description software.amazon.awssdk.services.shield Shield Advanced software.amazon.awssdk.services.shield.model -
-
Uses of AssociateProactiveEngagementDetailsRequest.Builder in software.amazon.awssdk.services.shield
Method parameters in software.amazon.awssdk.services.shield with type arguments of type AssociateProactiveEngagementDetailsRequest.Builder Modifier and Type Method 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 AssociateProactiveEngagementDetailsResponseShieldClient. associateProactiveEngagementDetails(Consumer<AssociateProactiveEngagementDetailsRequest.Builder> associateProactiveEngagementDetailsRequest)Initializes proactive engagement and sets the list of contacts for the Shield Response Team (SRT) to use. -
Uses of AssociateProactiveEngagementDetailsRequest.Builder in software.amazon.awssdk.services.shield.model
Methods in software.amazon.awssdk.services.shield.model that return AssociateProactiveEngagementDetailsRequest.Builder Modifier and Type Method Description static AssociateProactiveEngagementDetailsRequest.BuilderAssociateProactiveEngagementDetailsRequest. builder()AssociateProactiveEngagementDetailsRequest.BuilderAssociateProactiveEngagementDetailsRequest.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.BuilderAssociateProactiveEngagementDetailsRequest.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.BuilderAssociateProactiveEngagementDetailsRequest.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.BuilderAssociateProactiveEngagementDetailsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)AssociateProactiveEngagementDetailsRequest.BuilderAssociateProactiveEngagementDetailsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)AssociateProactiveEngagementDetailsRequest.BuilderAssociateProactiveEngagementDetailsRequest. toBuilder()Methods in software.amazon.awssdk.services.shield.model that return types with arguments of type AssociateProactiveEngagementDetailsRequest.Builder Modifier and Type Method Description static Class<? extends AssociateProactiveEngagementDetailsRequest.Builder>AssociateProactiveEngagementDetailsRequest. serializableBuilderClass()
-