Amazon.APIGateway.AmazonAPIGatewayClient.DeleteApiKey C# (CSharp) Метод

DeleteApiKey() публичный Метод

Deletes the ApiKey resource.
/// /// /// /// /// ///
public DeleteApiKey ( Amazon.APIGateway.Model.DeleteApiKeyRequest request ) : DeleteApiKeyResponse
request Amazon.APIGateway.Model.DeleteApiKeyRequest Container for the necessary parameters to execute the DeleteApiKey service method.
Результат DeleteApiKeyResponse
        public DeleteApiKeyResponse DeleteApiKey(DeleteApiKeyRequest request)
        {
            var marshaller = new DeleteApiKeyRequestMarshaller();
            var unmarshaller = DeleteApiKeyResponseUnmarshaller.Instance;

            return Invoke<DeleteApiKeyRequest,DeleteApiKeyResponse>(request, marshaller, unmarshaller);
        }
AmazonAPIGatewayClient