Amazon.APIGateway.AmazonAPIGatewayClient.CreateBasePathMapping C# (CSharp) Method

CreateBasePathMapping() public method

Creates a new BasePathMapping resource.
/// /// /// /// /// /// /// /// /// ///
public CreateBasePathMapping ( Amazon.APIGateway.Model.CreateBasePathMappingRequest request ) : CreateBasePathMappingResponse
request Amazon.APIGateway.Model.CreateBasePathMappingRequest Container for the necessary parameters to execute the CreateBasePathMapping service method.
return Amazon.APIGateway.Model.CreateBasePathMappingResponse
        public CreateBasePathMappingResponse CreateBasePathMapping(CreateBasePathMappingRequest request)
        {
            var marshaller = new CreateBasePathMappingRequestMarshaller();
            var unmarshaller = CreateBasePathMappingResponseUnmarshaller.Instance;

            return Invoke<CreateBasePathMappingRequest,CreateBasePathMappingResponse>(request, marshaller, unmarshaller);
        }
AmazonAPIGatewayClient