Uses of Class
software.amazon.awssdk.services.shield.model.AssociateProactiveEngagementDetailsResponse
-
Packages that use AssociateProactiveEngagementDetailsResponse Package Description software.amazon.awssdk.services.shield Shield Advanced -
-
Uses of AssociateProactiveEngagementDetailsResponse in software.amazon.awssdk.services.shield
Methods in software.amazon.awssdk.services.shield that return AssociateProactiveEngagementDetailsResponse Modifier and Type Method Description default AssociateProactiveEngagementDetailsResponseShieldClient. 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(AssociateProactiveEngagementDetailsRequest associateProactiveEngagementDetailsRequest)Initializes proactive engagement and sets the list of contacts for the Shield Response Team (SRT) to use.Methods in software.amazon.awssdk.services.shield that return types with arguments of type AssociateProactiveEngagementDetailsResponse 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 CompletableFuture<AssociateProactiveEngagementDetailsResponse>ShieldAsyncClient. associateProactiveEngagementDetails(AssociateProactiveEngagementDetailsRequest associateProactiveEngagementDetailsRequest)Initializes proactive engagement and sets the list of contacts for the Shield Response Team (SRT) to use.
-