method property
The HTTP method specified in the sampled web request. CloudFront supports
the following methods: DELETE
, GET
,
HEAD
, OPTIONS
, PATCH
,
POST
, and PUT
.
Implementation
final String? method;
The HTTP method specified in the sampled web request. CloudFront supports
the following methods: DELETE
, GET
,
HEAD
, OPTIONS
, PATCH
,
POST
, and PUT
.
final String? method;