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

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

Lists all patch groups that have been registered with patch baselines.
/// An error occurred on the server side. ///
public DescribePatchGroups ( DescribePatchGroupsRequest request ) : DescribePatchGroupsResponse
request Amazon.SimpleSystemsManagement.Model.DescribePatchGroupsRequest Container for the necessary parameters to execute the DescribePatchGroups service method.
Результат Amazon.SimpleSystemsManagement.Model.DescribePatchGroupsResponse
        public DescribePatchGroupsResponse DescribePatchGroups(DescribePatchGroupsRequest request)
        {
            var marshaller = new DescribePatchGroupsRequestMarshaller();
            var unmarshaller = DescribePatchGroupsResponseUnmarshaller.Instance;

            return Invoke<DescribePatchGroupsRequest,DescribePatchGroupsResponse>(request, marshaller, unmarshaller);
        }
AmazonSimpleSystemsManagementClient