Uses of Class
software.amazon.awssdk.services.shield.model.EnableProactiveEngagementResponse
-
Packages that use EnableProactiveEngagementResponse Package Description software.amazon.awssdk.services.shield Shield Advanced -
-
Uses of EnableProactiveEngagementResponse in software.amazon.awssdk.services.shield
Methods in software.amazon.awssdk.services.shield that return EnableProactiveEngagementResponse Modifier and Type Method Description default EnableProactiveEngagementResponseShieldClient. enableProactiveEngagement(Consumer<EnableProactiveEngagementRequest.Builder> enableProactiveEngagementRequest)Authorizes the Shield Response Team (SRT) to use email and phone to notify contacts about escalations to the SRT and to initiate proactive customer support.default EnableProactiveEngagementResponseShieldClient. enableProactiveEngagement(EnableProactiveEngagementRequest enableProactiveEngagementRequest)Authorizes the Shield Response Team (SRT) to use email and phone to notify contacts about escalations to the SRT and to initiate proactive customer support.Methods in software.amazon.awssdk.services.shield that return types with arguments of type EnableProactiveEngagementResponse Modifier and Type Method Description default CompletableFuture<EnableProactiveEngagementResponse>ShieldAsyncClient. enableProactiveEngagement(Consumer<EnableProactiveEngagementRequest.Builder> enableProactiveEngagementRequest)Authorizes the Shield Response Team (SRT) to use email and phone to notify contacts about escalations to the SRT and to initiate proactive customer support.default CompletableFuture<EnableProactiveEngagementResponse>ShieldAsyncClient. enableProactiveEngagement(EnableProactiveEngagementRequest enableProactiveEngagementRequest)Authorizes the Shield Response Team (SRT) to use email and phone to notify contacts about escalations to the SRT and to initiate proactive customer support.
-