Amazon.Snowball.AmazonSnowballClient.CreateJob C# (CSharp) Method

CreateJob() private method

private CreateJob ( CreateJobRequest request ) : CreateJobResponse
request Amazon.Snowball.Model.CreateJobRequest
return Amazon.Snowball.Model.CreateJobResponse
        internal CreateJobResponse CreateJob(CreateJobRequest request)
        {
            var marshaller = new CreateJobRequestMarshaller();
            var unmarshaller = CreateJobResponseUnmarshaller.Instance;

            return Invoke<CreateJobRequest,CreateJobResponse>(request, marshaller, unmarshaller);
        }