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

CreateApiKey() public method

Create an ApiKey resource.
/// /// /// /// /// /// /// /// /// /// /// ///
public CreateApiKey ( CreateApiKeyRequest request ) : CreateApiKeyResponse
request Amazon.APIGateway.Model.CreateApiKeyRequest Container for the necessary parameters to execute the CreateApiKey service method.
return Amazon.APIGateway.Model.CreateApiKeyResponse
        public CreateApiKeyResponse CreateApiKey(CreateApiKeyRequest request)
        {
            var marshaller = new CreateApiKeyRequestMarshaller();
            var unmarshaller = CreateApiKeyResponseUnmarshaller.Instance;

            return Invoke<CreateApiKeyRequest,CreateApiKeyResponse>(request, marshaller, unmarshaller);
        }
AmazonAPIGatewayClient