Uses of Interface
software.amazon.awssdk.services.shield.model.DisableProactiveEngagementRequest.Builder
-
Packages that use DisableProactiveEngagementRequest.Builder Package Description software.amazon.awssdk.services.shield Shield Advanced software.amazon.awssdk.services.shield.model -
-
Uses of DisableProactiveEngagementRequest.Builder in software.amazon.awssdk.services.shield
Method parameters in software.amazon.awssdk.services.shield with type arguments of type DisableProactiveEngagementRequest.Builder 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 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. -
Uses of DisableProactiveEngagementRequest.Builder in software.amazon.awssdk.services.shield.model
Methods in software.amazon.awssdk.services.shield.model that return DisableProactiveEngagementRequest.Builder Modifier and Type Method Description static DisableProactiveEngagementRequest.BuilderDisableProactiveEngagementRequest. builder()DisableProactiveEngagementRequest.BuilderDisableProactiveEngagementRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DisableProactiveEngagementRequest.BuilderDisableProactiveEngagementRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DisableProactiveEngagementRequest.BuilderDisableProactiveEngagementRequest. toBuilder()Methods in software.amazon.awssdk.services.shield.model that return types with arguments of type DisableProactiveEngagementRequest.Builder Modifier and Type Method Description static Class<? extends DisableProactiveEngagementRequest.Builder>DisableProactiveEngagementRequest. serializableBuilderClass()
-