Uses of Class
software.amazon.awssdk.services.securityhub.model.AwsWafv2CustomHttpHeader
-
Packages that use AwsWafv2CustomHttpHeader Package Description software.amazon.awssdk.services.securityhub.model -
-
Uses of AwsWafv2CustomHttpHeader in software.amazon.awssdk.services.securityhub.model
Methods in software.amazon.awssdk.services.securityhub.model that return types with arguments of type AwsWafv2CustomHttpHeader Modifier and Type Method Description List<AwsWafv2CustomHttpHeader>AwsWafv2CustomRequestHandlingDetails. insertHeaders()The HTTP headers to insert into the request.List<AwsWafv2CustomHttpHeader>AwsWafv2CustomResponseDetails. responseHeaders()The HTTP headers to use in the response.Methods in software.amazon.awssdk.services.securityhub.model with parameters of type AwsWafv2CustomHttpHeader Modifier and Type Method Description AwsWafv2CustomRequestHandlingDetails.BuilderAwsWafv2CustomRequestHandlingDetails.Builder. insertHeaders(AwsWafv2CustomHttpHeader... insertHeaders)The HTTP headers to insert into the request.AwsWafv2CustomResponseDetails.BuilderAwsWafv2CustomResponseDetails.Builder. responseHeaders(AwsWafv2CustomHttpHeader... responseHeaders)The HTTP headers to use in the response.Method parameters in software.amazon.awssdk.services.securityhub.model with type arguments of type AwsWafv2CustomHttpHeader Modifier and Type Method Description AwsWafv2CustomRequestHandlingDetails.BuilderAwsWafv2CustomRequestHandlingDetails.Builder. insertHeaders(Collection<AwsWafv2CustomHttpHeader> insertHeaders)The HTTP headers to insert into the request.AwsWafv2CustomResponseDetails.BuilderAwsWafv2CustomResponseDetails.Builder. responseHeaders(Collection<AwsWafv2CustomHttpHeader> responseHeaders)The HTTP headers to use in the response.
-