Uses of Class
software.amazon.awssdk.services.shield.model.DisableProactiveEngagementResponse
-
Packages that use DisableProactiveEngagementResponse Package Description software.amazon.awssdk.services.shield Shield Advanced -
-
Uses of DisableProactiveEngagementResponse in software.amazon.awssdk.services.shield
Methods in software.amazon.awssdk.services.shield that return DisableProactiveEngagementResponse Modifier and Type Method Description default DisableProactiveEngagementResponseShieldClient. disableProactiveEngagement(Consumer<DisableProactiveEngagementRequest.Builder> disableProactiveEngagementRequest)Removes authorization from the Shield Response Team (SRT) to notify contacts about escalations to the SRT and to initiate proactive customer support.default DisableProactiveEngagementResponseShieldClient. disableProactiveEngagement(DisableProactiveEngagementRequest disableProactiveEngagementRequest)Removes authorization from the Shield Response Team (SRT) 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 DisableProactiveEngagementResponse Modifier and Type Method Description default CompletableFuture<DisableProactiveEngagementResponse>ShieldAsyncClient. disableProactiveEngagement(Consumer<DisableProactiveEngagementRequest.Builder> disableProactiveEngagementRequest)Removes authorization from the Shield Response Team (SRT) to notify contacts about escalations to the SRT and to initiate proactive customer support.default CompletableFuture<DisableProactiveEngagementResponse>ShieldAsyncClient. disableProactiveEngagement(DisableProactiveEngagementRequest disableProactiveEngagementRequest)Removes authorization from the Shield Response Team (SRT) to notify contacts about escalations to the SRT and to initiate proactive customer support.
-