Uses of Interface
software.amazon.awssdk.services.securityhub.model.AwsWafv2CustomResponseDetails.Builder
-
Packages that use AwsWafv2CustomResponseDetails.Builder Package Description software.amazon.awssdk.services.securityhub.model -
-
Uses of AwsWafv2CustomResponseDetails.Builder in software.amazon.awssdk.services.securityhub.model
Methods in software.amazon.awssdk.services.securityhub.model that return AwsWafv2CustomResponseDetails.Builder Modifier and Type Method Description static AwsWafv2CustomResponseDetails.BuilderAwsWafv2CustomResponseDetails. builder()AwsWafv2CustomResponseDetails.BuilderAwsWafv2CustomResponseDetails.Builder. customResponseBodyKey(String customResponseBodyKey)References the response body that you want WAF to return to the web request client.AwsWafv2CustomResponseDetails.BuilderAwsWafv2CustomResponseDetails.Builder. responseCode(Integer responseCode)The HTTP status code to return to the client.AwsWafv2CustomResponseDetails.BuilderAwsWafv2CustomResponseDetails.Builder. responseHeaders(Collection<AwsWafv2CustomHttpHeader> responseHeaders)The HTTP headers to use in the response.AwsWafv2CustomResponseDetails.BuilderAwsWafv2CustomResponseDetails.Builder. responseHeaders(Consumer<AwsWafv2CustomHttpHeader.Builder>... responseHeaders)The HTTP headers to use in the response.AwsWafv2CustomResponseDetails.BuilderAwsWafv2CustomResponseDetails.Builder. responseHeaders(AwsWafv2CustomHttpHeader... responseHeaders)The HTTP headers to use in the response.AwsWafv2CustomResponseDetails.BuilderAwsWafv2CustomResponseDetails. toBuilder()Methods in software.amazon.awssdk.services.securityhub.model that return types with arguments of type AwsWafv2CustomResponseDetails.Builder Modifier and Type Method Description static Class<? extends AwsWafv2CustomResponseDetails.Builder>AwsWafv2CustomResponseDetails. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.securityhub.model with type arguments of type AwsWafv2CustomResponseDetails.Builder Modifier and Type Method Description default AwsWafv2ActionBlockDetails.BuilderAwsWafv2ActionBlockDetails.Builder. customResponse(Consumer<AwsWafv2CustomResponseDetails.Builder> customResponse)Defines a custom response for the web request.
-