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

CreateAuthorizer() public method

Adds a new Authorizer resource to an existing RestApi resource.
/// /// /// /// /// /// /// /// /// ///
public CreateAuthorizer ( CreateAuthorizerRequest request ) : CreateAuthorizerResponse
request Amazon.APIGateway.Model.CreateAuthorizerRequest Container for the necessary parameters to execute the CreateAuthorizer service method.
return Amazon.APIGateway.Model.CreateAuthorizerResponse
        public CreateAuthorizerResponse CreateAuthorizer(CreateAuthorizerRequest request)
        {
            var marshaller = new CreateAuthorizerRequestMarshaller();
            var unmarshaller = CreateAuthorizerResponseUnmarshaller.Instance;

            return Invoke<CreateAuthorizerRequest,CreateAuthorizerResponse>(request, marshaller, unmarshaller);
        }
AmazonAPIGatewayClient