Amazon.EC2.AmazonEC2Client.CreateFlowLogs C# (CSharp) Method

CreateFlowLogs() private method

private CreateFlowLogs ( CreateFlowLogsRequest request ) : CreateFlowLogsResponse
request CreateFlowLogsRequest
return CreateFlowLogsResponse
        internal CreateFlowLogsResponse CreateFlowLogs(CreateFlowLogsRequest request)
        {
            var marshaller = new CreateFlowLogsRequestMarshaller();
            var unmarshaller = CreateFlowLogsResponseUnmarshaller.Instance;

            return Invoke<CreateFlowLogsRequest,CreateFlowLogsResponse>(request, marshaller, unmarshaller);
        }
AmazonEC2Client