Amazon.AWSSupport.AmazonAWSSupportClient.DescribeCommunications C# (CSharp) Метод

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

Returns communications (and attachments) for one or more support cases. You can use the afterTime and beforeTime parameters to filter by date. You can use the caseId parameter to restrict the results to a particular case.

Case data is available for 12 months after creation. If a case was created more than 12 months ago, a request for data might cause an error.

You can use the maxResults and nextToken parameters to control the pagination of the result set. Set maxResults to the number of cases you want displayed on each page, and use nextToken to specify the resumption of pagination.

/// The requested caseId could not be located. /// /// An internal server error occurred. ///
public DescribeCommunications ( DescribeCommunicationsRequest request ) : DescribeCommunicationsResponse
request DescribeCommunicationsRequest Container for the necessary parameters to execute the DescribeCommunications service method.
Результат DescribeCommunicationsResponse
        public DescribeCommunicationsResponse DescribeCommunications(DescribeCommunicationsRequest request)
        {
            var marshaller = new DescribeCommunicationsRequestMarshaller();
            var unmarshaller = DescribeCommunicationsResponseUnmarshaller.Instance;

            return Invoke<DescribeCommunicationsRequest,DescribeCommunicationsResponse>(request, marshaller, unmarshaller);
        }
AmazonAWSSupportClient