Amazon.SimpleSystemsManagement.AmazonSimpleSystemsManagementClient.GetParameters C# (CSharp) Метод

GetParameters() публичный Метод

Get a list of parameters used by the AWS account.>
/// An error occurred on the server side. ///
public GetParameters ( GetParametersRequest request ) : GetParametersResponse
request Amazon.SimpleSystemsManagement.Model.GetParametersRequest Container for the necessary parameters to execute the GetParameters service method.
Результат Amazon.SimpleSystemsManagement.Model.GetParametersResponse
        public GetParametersResponse GetParameters(GetParametersRequest request)
        {
            var marshaller = new GetParametersRequestMarshaller();
            var unmarshaller = GetParametersResponseUnmarshaller.Instance;

            return Invoke<GetParametersRequest,GetParametersResponse>(request, marshaller, unmarshaller);
        }
AmazonSimpleSystemsManagementClient