Lines Matching defs:this
22 $stack->push($this->getSigningMiddleware(), 'sign');
34 $this->initializePortAndScheme();
41 $region = $this->getConnection()->hasParam('aws_region')
42 ? $this->getConnection()->getParam('aws_region')
45 $credProvider = $this->getCredentialProvider();
46 $transport = $this;
75 $connection = $this->getConnection();
96 $connection = $this->getConnection();
97 if (true === $this->isSslRequired($connection)) {
98 $this->_scheme = 'https';
101 $this->_scheme = 'http';