Amazon.DirectoryService.AmazonDirectoryServiceClient.DescribeSnapshots C# (CSharp) Method

DescribeSnapshots() public method

Obtains information about the directory snapshots that belong to this account.

This operation supports pagination with the use of the NextToken request and response parameters. If more results are available, the DescribeSnapshots.NextToken member contains a token that you pass in the next call to DescribeSnapshots to retrieve the next set of items.

You can also specify a maximum number of return results with the Limit parameter.

/// A client exception has occurred. /// /// The specified entity could not be found. /// /// The NextToken value is not valid. /// /// One or more parameters are not valid. /// /// An exception has occurred in AWS Directory Service. ///
public DescribeSnapshots ( Amazon.DirectoryService.Model.DescribeSnapshotsRequest request ) : Amazon.DirectoryService.Model.DescribeSnapshotsResponse
request Amazon.DirectoryService.Model.DescribeSnapshotsRequest Container for the necessary parameters to execute the DescribeSnapshots service method.
return Amazon.DirectoryService.Model.DescribeSnapshotsResponse
        public DescribeSnapshotsResponse DescribeSnapshots(DescribeSnapshotsRequest request)
        {
            var marshaller = new DescribeSnapshotsRequestMarshaller();
            var unmarshaller = DescribeSnapshotsResponseUnmarshaller.Instance;

            return Invoke<DescribeSnapshotsRequest,DescribeSnapshotsResponse>(request, marshaller, unmarshaller);
        }
AmazonDirectoryServiceClient