Uses of Class
software.amazon.awssdk.services.wafv2.model.SampledHTTPRequest
-
Packages that use SampledHTTPRequest Package Description software.amazon.awssdk.services.wafv2.model -
-
Uses of SampledHTTPRequest in software.amazon.awssdk.services.wafv2.model
Methods in software.amazon.awssdk.services.wafv2.model that return types with arguments of type SampledHTTPRequest Modifier and Type Method Description List<SampledHTTPRequest>GetSampledRequestsResponse. sampledRequests()A complex type that contains detailed information about each of the requests in the sample.Methods in software.amazon.awssdk.services.wafv2.model with parameters of type SampledHTTPRequest Modifier and Type Method Description GetSampledRequestsResponse.BuilderGetSampledRequestsResponse.Builder. sampledRequests(SampledHTTPRequest... sampledRequests)A complex type that contains detailed information about each of the requests in the sample.Method parameters in software.amazon.awssdk.services.wafv2.model with type arguments of type SampledHTTPRequest Modifier and Type Method Description GetSampledRequestsResponse.BuilderGetSampledRequestsResponse.Builder. sampledRequests(Collection<SampledHTTPRequest> sampledRequests)A complex type that contains detailed information about each of the requests in the sample.
-