Uses of Interface
software.amazon.awssdk.services.shield.model.UpdateApplicationLayerAutomaticResponseRequest.Builder
-
Packages that use UpdateApplicationLayerAutomaticResponseRequest.Builder Package Description software.amazon.awssdk.services.shield Shield Advanced software.amazon.awssdk.services.shield.model -
-
Uses of UpdateApplicationLayerAutomaticResponseRequest.Builder in software.amazon.awssdk.services.shield
Method parameters in software.amazon.awssdk.services.shield with type arguments of type UpdateApplicationLayerAutomaticResponseRequest.Builder Modifier and Type Method Description default CompletableFuture<UpdateApplicationLayerAutomaticResponseResponse>ShieldAsyncClient. updateApplicationLayerAutomaticResponse(Consumer<UpdateApplicationLayerAutomaticResponseRequest.Builder> updateApplicationLayerAutomaticResponseRequest)Updates an existing Shield Advanced automatic application layer DDoS mitigation configuration for the specified resource.default UpdateApplicationLayerAutomaticResponseResponseShieldClient. updateApplicationLayerAutomaticResponse(Consumer<UpdateApplicationLayerAutomaticResponseRequest.Builder> updateApplicationLayerAutomaticResponseRequest)Updates an existing Shield Advanced automatic application layer DDoS mitigation configuration for the specified resource. -
Uses of UpdateApplicationLayerAutomaticResponseRequest.Builder in software.amazon.awssdk.services.shield.model
Methods in software.amazon.awssdk.services.shield.model that return UpdateApplicationLayerAutomaticResponseRequest.Builder Modifier and Type Method Description default UpdateApplicationLayerAutomaticResponseRequest.BuilderUpdateApplicationLayerAutomaticResponseRequest.Builder. action(Consumer<ResponseAction.Builder> action)Specifies the action setting that Shield Advanced should use in the WAF rules that it creates on behalf of the protected resource in response to DDoS attacks.UpdateApplicationLayerAutomaticResponseRequest.BuilderUpdateApplicationLayerAutomaticResponseRequest.Builder. action(ResponseAction action)Specifies the action setting that Shield Advanced should use in the WAF rules that it creates on behalf of the protected resource in response to DDoS attacks.static UpdateApplicationLayerAutomaticResponseRequest.BuilderUpdateApplicationLayerAutomaticResponseRequest. builder()UpdateApplicationLayerAutomaticResponseRequest.BuilderUpdateApplicationLayerAutomaticResponseRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateApplicationLayerAutomaticResponseRequest.BuilderUpdateApplicationLayerAutomaticResponseRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateApplicationLayerAutomaticResponseRequest.BuilderUpdateApplicationLayerAutomaticResponseRequest.Builder. resourceArn(String resourceArn)The ARN (Amazon Resource Name) of the resource.UpdateApplicationLayerAutomaticResponseRequest.BuilderUpdateApplicationLayerAutomaticResponseRequest. toBuilder()Methods in software.amazon.awssdk.services.shield.model that return types with arguments of type UpdateApplicationLayerAutomaticResponseRequest.Builder Modifier and Type Method Description static Class<? extends UpdateApplicationLayerAutomaticResponseRequest.Builder>UpdateApplicationLayerAutomaticResponseRequest. serializableBuilderClass()
-