Lines Matching refs:endpoint
44 $endpoint = $endpointBuilder('Slm\DeleteLifecycle');
45 $endpoint->setParams($params);
46 $endpoint->setPolicyId($policy_id);
48 return $this->performRequest($endpoint);
64 $endpoint = $endpointBuilder('Slm\ExecuteLifecycle');
65 $endpoint->setParams($params);
66 $endpoint->setPolicyId($policy_id);
68 return $this->performRequest($endpoint);
82 $endpoint = $endpointBuilder('Slm\ExecuteRetention');
83 $endpoint->setParams($params);
85 return $this->performRequest($endpoint);
101 $endpoint = $endpointBuilder('Slm\GetLifecycle');
102 $endpoint->setParams($params);
103 $endpoint->setPolicyId($policy_id);
105 return $this->performRequest($endpoint);
119 $endpoint = $endpointBuilder('Slm\GetStats');
120 $endpoint->setParams($params);
122 return $this->performRequest($endpoint);
136 $endpoint = $endpointBuilder('Slm\GetStatus');
137 $endpoint->setParams($params);
139 return $this->performRequest($endpoint);
157 $endpoint = $endpointBuilder('Slm\PutLifecycle');
158 $endpoint->setParams($params);
159 $endpoint->setPolicyId($policy_id);
160 $endpoint->setBody($body);
162 return $this->performRequest($endpoint);
176 $endpoint = $endpointBuilder('Slm\Start');
177 $endpoint->setParams($params);
179 return $this->performRequest($endpoint);
193 $endpoint = $endpointBuilder('Slm\Stop');
194 $endpoint->setParams($params);
196 return $this->performRequest($endpoint);