Amazon.ElasticBeanstalk.AmazonElasticBeanstalkClient.RetrieveEnvironmentInfo C# (CSharp) Method

RetrieveEnvironmentInfo() public method

Retrieves the compiled information from a RequestEnvironmentInfo request.

Related Topics

public RetrieveEnvironmentInfo ( RetrieveEnvironmentInfoRequest request ) : RetrieveEnvironmentInfoResponse
request Amazon.ElasticBeanstalk.Model.RetrieveEnvironmentInfoRequest Container for the necessary parameters to execute the RetrieveEnvironmentInfo service method.
return Amazon.ElasticBeanstalk.Model.RetrieveEnvironmentInfoResponse
        public RetrieveEnvironmentInfoResponse RetrieveEnvironmentInfo(RetrieveEnvironmentInfoRequest request)
        {
            var marshaller = new RetrieveEnvironmentInfoRequestMarshaller();
            var unmarshaller = RetrieveEnvironmentInfoResponseUnmarshaller.Instance;

            return Invoke<RetrieveEnvironmentInfoRequest,RetrieveEnvironmentInfoResponse>(request, marshaller, unmarshaller);
        }
AmazonElasticBeanstalkClient