HttpMethods¶
-
class
aws_cdk.aws_stepfunctions_tasks.
HttpMethods
(value)¶ Bases:
enum.Enum
Method type of a EKS call.
Attributes
-
DELETE
¶ Delete the resource at the specified endpoint.
-
GET
¶ Retrieve data from a server at the specified resource.
-
HEAD
¶ Retrieve data from a server at the specified resource without the response body.
-
PATCH
¶ Apply partial modifications to the resource.
-
POST
¶ Send data to the API endpoint to create or update a resource.
-
PUT
¶ Send data to the API endpoint to update or create a resource.
-