Amazon.ServerMigrationService.AmazonServerMigrationServiceClient.GetReplicationJobs C# (CSharp) Метод

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

The GetReplicationJobs API will return all of your ReplicationJobs and their details. This API returns a paginated list, that may be consecutively called with nextToken to retrieve all ReplicationJobs.
/// A parameter specified in the request is not valid, is unsupported, or cannot be used. /// /// The request is missing a required parameter. Ensure that you have supplied all the /// required parameters for the request. /// /// This user does not have permissions to perform this operation. ///
public GetReplicationJobs ( GetReplicationJobsRequest request ) : GetReplicationJobsResponse
request Amazon.ServerMigrationService.Model.GetReplicationJobsRequest Container for the necessary parameters to execute the GetReplicationJobs service method.
Результат Amazon.ServerMigrationService.Model.GetReplicationJobsResponse
        public GetReplicationJobsResponse GetReplicationJobs(GetReplicationJobsRequest request)
        {
            var marshaller = new GetReplicationJobsRequestMarshaller();
            var unmarshaller = GetReplicationJobsResponseUnmarshaller.Instance;

            return Invoke<GetReplicationJobsRequest,GetReplicationJobsResponse>(request, marshaller, unmarshaller);
        }